aboutsummaryrefslogtreecommitdiff
path: root/crates/sloth_vm/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/sloth_vm/Cargo.toml')
-rw-r--r--crates/sloth_vm/Cargo.toml12
1 files changed, 0 insertions, 12 deletions
diff --git a/crates/sloth_vm/Cargo.toml b/crates/sloth_vm/Cargo.toml
deleted file mode 100644
index f484402..0000000
--- a/crates/sloth_vm/Cargo.toml
+++ /dev/null
@@ -1,12 +0,0 @@
-[package]
-name = "sloth_vm"
-
-license.workspace = true
-version.workspace = true
-edition.workspace = true
-
-[dependencies]
-sloth_bytecode = { path = "../sloth_bytecode" }
-
-once_cell = "1.17.1"
-rand = "0.8.5"