diff options
Diffstat (limited to 'plugins/workflow_objc/Cargo.toml')
| -rw-r--r-- | plugins/workflow_objc/Cargo.toml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/workflow_objc/Cargo.toml b/plugins/workflow_objc/Cargo.toml new file mode 100644 index 00000000..09a2d3a7 --- /dev/null +++ b/plugins/workflow_objc/Cargo.toml @@ -0,0 +1,16 @@ +[package] +name = "workflow_objc" +version = "0.1.0" +edition = "2021" +license = "BSD-3-Clause" + +[lib] +crate-type = ["staticlib", "cdylib"] + +[dependencies] +binaryninja = { workspace = true } +binaryninjacore-sys.workspace = true +log = "0.4" +dashmap = { version = "6.1", features = ["rayon"]} +once_cell = "1.20" +thiserror = "2.0" |
