summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock12
1 files changed, 12 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e9b6202e..c66dec84 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3473,6 +3473,18 @@ dependencies = [
]
[[package]]
+name = "workflow_objc"
+version = "0.1.0"
+dependencies = [
+ "binaryninja",
+ "binaryninjacore-sys",
+ "dashmap",
+ "log",
+ "once_cell",
+ "thiserror 2.0.12",
+]
+
+[[package]]
name = "writeable"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"