summaryrefslogtreecommitdiff
path: root/rust/examples/flowgraph/Cargo.toml
blob: c7e8169770afc75d813a82fcbd5179770681d622 (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 = "2018"

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

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