summaryrefslogtreecommitdiff
path: root/rust/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rust/Cargo.toml')
-rw-r--r--rust/Cargo.toml7
1 files changed, 5 insertions, 2 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index d5e5e639..69b34dce 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -1,7 +1,7 @@
[package]
-name = "binja"
+name = "binaryninja"
version = "0.1.0"
-authors = ["Ryan Snyder <ryan.snyder.or@gmail.com>"]
+authors = ["Ryan Snyder <ryan@vector35.com>", "Kyle Martin <kyle@vector35.com>"]
edition = "2018"
[dependencies]
@@ -9,3 +9,6 @@ log = "0.4"
libc = "0.2"
rayon = { version = "1.0", optional = true }
binaryninjacore-sys = { path = "binaryninjacore-sys" }
+
+[features]
+headless = ["binaryninjacore-sys/headless"]