summaryrefslogtreecommitdiff
path: root/rust/plugin_examples/data_renderer/Cargo.toml
blob: 6c9aa63bbe76a642c6063c08fa9650c46a53632d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"
tracing = "0.1"