summaryrefslogtreecommitdiff
path: root/rust/examples/basic_script/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rust/examples/basic_script/Cargo.toml')
-rw-r--r--rust/examples/basic_script/Cargo.toml7
1 files changed, 0 insertions, 7 deletions
diff --git a/rust/examples/basic_script/Cargo.toml b/rust/examples/basic_script/Cargo.toml
deleted file mode 100644
index c8ac699f..00000000
--- a/rust/examples/basic_script/Cargo.toml
+++ /dev/null
@@ -1,7 +0,0 @@
-[package]
-name = "basic_script"
-version = "0.1.0"
-edition = "2021"
-
-[dependencies]
-binaryninja = {path="../../"}