summaryrefslogtreecommitdiff
path: root/plugins/svd/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/svd/Cargo.toml')
-rw-r--r--plugins/svd/Cargo.toml18
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/svd/Cargo.toml b/plugins/svd/Cargo.toml
new file mode 100644
index 00000000..17325adf
--- /dev/null
+++ b/plugins/svd/Cargo.toml
@@ -0,0 +1,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"] } \ No newline at end of file