blob: 09a2d3a7253fe8d6fda194ea460d115ea806056b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"
|