mirror of
https://github.com/lifting-bits/remill
synced 2026-06-21 13:56:07 +00:00
8dbd5d947d
* bump commit * fix patch macro handling
17 lines
351 B
TOML
17 lines
351 B
TOML
[tool.poetry]
|
|
name = "replace_pc_relative_disactions"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["2over12 <ian.smith@trailofbits.com>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.9"
|
|
sortedcontainers = "^2.4.0"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
pytest = "^5.2"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|