summaryrefslogtreecommitdiff
path: root/rust/examples/template/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rust/examples/template/Cargo.toml')
-rw-r--r--rust/examples/template/Cargo.toml16
1 files changed, 0 insertions, 16 deletions
diff --git a/rust/examples/template/Cargo.toml b/rust/examples/template/Cargo.toml
deleted file mode 100644
index f571c46d..00000000
--- a/rust/examples/template/Cargo.toml
+++ /dev/null
@@ -1,16 +0,0 @@
-[package]
-name = "template"
-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="../../"}
-
-# Or directly at the git repo:
-# [dependencies]
-# binaryninja = {git = "https://github.com/Vector35/binaryninja-api.git", branch = "dev"}