summaryrefslogtreecommitdiff
path: root/rust/plugin_examples/data_renderer/Cargo.toml
blob: 5911392fcfa78e3a4c9b22a306f8422ce21030f8 (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"