summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorMark Rowe <mark@vector35.com>2025-09-04 14:40:53 -0700
committerMark Rowe <mark@vector35.com>2026-03-23 16:08:45 -0700
commita49c29b7aea694e41fb92b100325ce34affb413f (patch)
tree6fd2fc21dca5bf6c6191badbf0ec79712d10e045 /Cargo.lock
parentc62a7862a86c7a05732985a7759b66b0035fb356 (diff)
[Swift] Initial skeleton of a plug-in for Swift support
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock20
1 files changed, 20 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ffbf6563..f98edff7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3455,6 +3455,26 @@ dependencies = [
]
[[package]]
+name = "workflow_swift"
+version = "0.1.0"
+dependencies = [
+ "binaryninja",
+ "binaryninjacore-sys",
+ "thiserror 2.0.18",
+ "tracing",
+]
+
+[[package]]
+name = "workflow_swift-static"
+version = "0.1.0"
+dependencies = [
+ "binaryninja",
+ "binaryninjacore-sys",
+ "thiserror 2.0.18",
+ "tracing",
+]
+
+[[package]]
name = "writeable"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"