summaryrefslogtreecommitdiff
path: root/rust/examples/template/Cargo.toml
blob: 3707309011f2b921adc6a28ea7bca5c01a5dd74c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "template"
version = "0.1.0"
edition = "2018"

# Uncomment this if you're writing a plugin (plugins are shared objects loaded by the core):
# [lib]
# crate-type = ["cdylib"]

# You can point at the BinaryNinja dependency in one of two ways, via path:
[dependencies]
binaryninja = {path="../../"}

# Or directly at the git repo:
# [dependencies]
# binaryninja = {git = "https://github.com/Vector35/binaryninja-api.git", branch = "dev"}