summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 67000757a2f5d8ec20f872e06111b41e485fefdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name    = "binja_sigmaker"
version = "0.1.0"
authors = ["unknowntrojan"]
edition = "2021"

[lib]
crate-type = ["cdylib"]

[dependencies]
log         = "0.4.17"
clipboard   = "0.5.0"
binaryninja = { git = "https://github.com/Vector35/binaryninja-api.git", branch = "dev" }
rayon       = "*"
iced-x86    = "1.17.0"
strum       = { version = "0.24.1", features = ["derive"] }
serde       = { version = "1.0.152", features = ["std"] }
serde_json  = "1.0.93"