summaryrefslogtreecommitdiff
path: root/plugins/workflow_swift/Cargo.toml
blob: 8ed4f8c46bc94bc5bd8de6cc73017131cbb18693 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[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"
swift-demangler = { git = "https://github.com/Vector35/swift-demangler.git" }