summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 036841c..6700075 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,5 +11,8 @@ crate-type = ["cdylib"]
log = "0.4.17"
clipboard = "0.5.0"
binaryninja = { git = "https://github.com/Vector35/binaryninja-api.git", branch = "dev" }
-findpattern = { git = "https://github.com/unknowntrojan/findpattern", features = ["parallel"] }
+rayon = "*"
iced-x86 = "1.17.0"
+strum = { version = "0.24.1", features = ["derive"] }
+serde = { version = "1.0.152", features = ["std"] }
+serde_json = "1.0.93"