summaryrefslogtreecommitdiff
path: root/rust/Cargo.toml
diff options
context:
space:
mode:
authorKyleMiles <krm504@nyu.edu>2021-05-03 18:45:59 -0400
committerKyleMiles <krm504@nyu.edu>2021-05-11 16:53:24 -0400
commit4bd1f6b1477b910b580a0bcfcde118bcefc1ddc0 (patch)
treeb8e18454053a22c3f97645c6c52a0e6b0bc6a4e3 /rust/Cargo.toml
parenteb7a52bf4bd3b19c22f2eadda444ab045c674fe3 (diff)
Easier Building with Rust (now requires nightly)
Diffstat (limited to 'rust/Cargo.toml')
-rw-r--r--rust/Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index 69b34dce..c2543922 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -9,6 +9,3 @@ log = "0.4"
libc = "0.2"
rayon = { version = "1.0", optional = true }
binaryninjacore-sys = { path = "binaryninjacore-sys" }
-
-[features]
-headless = ["binaryninjacore-sys/headless"]