summaryrefslogtreecommitdiff
path: root/plugins/workflow_swift/Cargo.toml
blob: 430737180379227f853e8c4b97ba88afa24169af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"