diff options
| author | Mark Rowe <mark@vector35.com> | 2025-09-04 14:40:53 -0700 |
|---|---|---|
| committer | Mark Rowe <mark@vector35.com> | 2026-03-23 16:08:45 -0700 |
| commit | a49c29b7aea694e41fb92b100325ce34affb413f (patch) | |
| tree | 6fd2fc21dca5bf6c6191badbf0ec79712d10e045 /plugins/workflow_swift/Cargo.toml | |
| parent | c62a7862a86c7a05732985a7759b66b0035fb356 (diff) | |
[Swift] Initial skeleton of a plug-in for Swift support
Diffstat (limited to 'plugins/workflow_swift/Cargo.toml')
| -rw-r--r-- | plugins/workflow_swift/Cargo.toml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/workflow_swift/Cargo.toml b/plugins/workflow_swift/Cargo.toml new file mode 100644 index 00000000..43073718 --- /dev/null +++ b/plugins/workflow_swift/Cargo.toml @@ -0,0 +1,18 @@ +[package] +name = "workflow_swift" +version = "0.1.0" +edition = "2021" +license = "BSD-3-Clause" +publish = false + +[lib] +crate-type = ["staticlib", "cdylib"] + +[features] +demo = [] + +[dependencies] +binaryninja = { workspace = true } +binaryninjacore-sys.workspace = true +tracing = "0.1" +thiserror = "2.0" |
