summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 3 insertions, 6 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 17131e5..036841c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"