diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -8,11 +8,8 @@ edition = "2021" crate-type = ["cdylib"] [dependencies] +log = "0.4.17" +clipboard = "0.5.0" binaryninja = { git = "https://github.com/Vector35/binaryninja-api.git", branch = "dev" } -iced-x86 = "1.17.0" - -log = "0.4.17" - findpattern = { git = "https://github.com/unknowntrojan/findpattern", features = ["parallel"] } - -clipboard = "0.5.0" +iced-x86 = "1.17.0" |
