summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 17131e56f30cb38aff8e2d84f3aae43ec2296d46 (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]
binaryninja = { git = "https://github.com/Vector35/binaryninja-api.git", branch = "dev" }
iced-x86    = "1.17.0"

log = "0.4.17"

findpattern = { git = "https://github.com/unknowntrojan/findpattern", features = ["parallel"] }

clipboard = "0.5.0"