summaryrefslogtreecommitdiff
path: root/rust/examples/flowgraph/Cargo.toml
blob: 84db987e94230f5db3dc4eeb28ab706ea7fe5f9e (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "flowgraph"
version = "0.1.0"
authors = ["Kyle Martin <kyle@vector35.com>"]
edition = "2021"

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

[dependencies]
binaryninja = {path="../../"}