diff options
Diffstat (limited to 'plugins/workflow_objc/Cargo.toml')
| -rw-r--r-- | plugins/workflow_objc/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/workflow_objc/Cargo.toml b/plugins/workflow_objc/Cargo.toml index f6392d9f..024d9d9a 100644 --- a/plugins/workflow_objc/Cargo.toml +++ b/plugins/workflow_objc/Cargo.toml @@ -7,6 +7,9 @@ license = "BSD-3-Clause" [lib] crate-type = ["staticlib", "cdylib"] +[features] +demo = [] + [dependencies] binaryninja = { workspace = true } binaryninjacore-sys.workspace = true |
