summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4b203e6..32601b1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,6 @@ crate-type = ["cdylib"]
# Local Development
# binaryninja = { path = "../binaryninja-api/rust" }
-log = "0.4.17"
clipboard = "0.5"
rayon = "1.11"
iced-x86 = "1.17.0"
@@ -24,6 +23,7 @@ binary-search = "0.1.3"
# Dev
-# binaryninja = { git = "https://github.com/Vector35/binaryninja-api", branch = "dev" }
+binaryninja = { git = "https://github.com/Vector35/binaryninja-api", branch = "dev" }
+tracing = "0.1.44"
# Stable
-binaryninja = { git = "https://github.com/Vector35/binaryninja-api", tag = "stable/5.1.8104" }
+# binaryninja = { git = "https://github.com/Vector35/binaryninja-api", tag = "stable/5.1.8104" }