diff options
Diffstat (limited to 'rust/plugin_examples/data_renderer/Cargo.toml')
| -rw-r--r-- | rust/plugin_examples/data_renderer/Cargo.toml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/rust/plugin_examples/data_renderer/Cargo.toml b/rust/plugin_examples/data_renderer/Cargo.toml new file mode 100644 index 00000000..7ac32dfd --- /dev/null +++ b/rust/plugin_examples/data_renderer/Cargo.toml @@ -0,0 +1,13 @@ +[package] +name = "example_data_renderer" +version = "0.1.0" +edition = "2021" + +[lib] +crate-type = ["cdylib"] + +[dependencies] +binaryninjacore-sys = { path = "../../binaryninjacore-sys" } +binaryninja = { path = "../.." } +uuid = "1.18.1" +log = "0.4.27" |
