summaryrefslogtreecommitdiff
path: root/plugins/warp/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/warp/Cargo.toml')
-rw-r--r--plugins/warp/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/warp/Cargo.toml b/plugins/warp/Cargo.toml
index ccdd0fc5..1e4ecb5e 100644
--- a/plugins/warp/Cargo.toml
+++ b/plugins/warp/Cargo.toml
@@ -7,6 +7,9 @@ license = "Apache-2.0"
[lib]
crate-type = ["lib", "cdylib"]
+[features]
+demo = []
+
[dependencies]
binaryninja = { workspace = true, features = ["rayon"] }
binaryninjacore-sys.workspace = true