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

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

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