summaryrefslogtreecommitdiff
path: root/plugins/svd/Cargo.toml
blob: 17325adf74b20daaa046ca26d27ebd198a893eed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "svd_ninja"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"

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

[dependencies]
binaryninja.workspace = true
binaryninjacore-sys.workspace = true
svd-parser = { version = "0.14.8", features = ["expand"] }
log = "0.4"
serde_json = "1.0"

[dev-dependencies]
insta = { version = "1.42", features = ["yaml"] }