diff options
Diffstat (limited to 'rust/examples/test_demangler/Cargo.toml')
| -rw-r--r-- | rust/examples/test_demangler/Cargo.toml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/rust/examples/test_demangler/Cargo.toml b/rust/examples/test_demangler/Cargo.toml deleted file mode 100644 index eb4daa34..00000000 --- a/rust/examples/test_demangler/Cargo.toml +++ /dev/null @@ -1,17 +0,0 @@ -[package] -name = "test_demangler" -version = "0.1.0" -edition = "2021" - -# 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="../../"} -log = "0.4.21" - -# Or directly at the git repo: -# [dependencies] -# binaryninja = {git = "https://github.com/Vector35/binaryninja-api.git", branch = "dev"} |
