diff options
| author | unknowntrojan <14975032+unknowntrojan@users.noreply.github.com> | 2023-04-19 20:25:33 +0200 |
|---|---|---|
| committer | unknowntrojan <14975032+unknowntrojan@users.noreply.github.com> | 2023-04-19 20:25:33 +0200 |
| commit | af3765b437157ea44248c13abe856a59f3edafe2 (patch) | |
| tree | cc754452c5ec5bc908b506a4d2f993e641c4b015 /Cargo.toml | |
| parent | 429c0c21c4232ff433074c7f5745f9a1ab09563f (diff) | |
basically ready for pub release
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" |
