summaryrefslogtreecommitdiff
path: root/rust/plugin_examples/data_renderer/Cargo.toml
blob: 2887b738b60cc29c9e6d2ce8376f6ebbbc2dd09d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "example_data_renderer"
version = "0.1.0"
edition = "2021"
publish = false

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

[dependencies]
binaryninjacore-sys = { path = "../../binaryninjacore-sys" }
binaryninja = { path = "../.." }
uuid = "1.18.1"
tracing = "0.1"