aboutsummaryrefslogtreecommitdiff
path: root/crates/sloth/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/sloth/Cargo.toml')
-rw-r--r--crates/sloth/Cargo.toml14
1 files changed, 0 insertions, 14 deletions
diff --git a/crates/sloth/Cargo.toml b/crates/sloth/Cargo.toml
deleted file mode 100644
index 8f49802..0000000
--- a/crates/sloth/Cargo.toml
+++ /dev/null
@@ -1,14 +0,0 @@
-[package]
-name = "sloth"
-
-license.workspace = true
-version.workspace = true
-edition.workspace = true
-
-[dependencies]
-sloth_vm = { path = "../sloth_vm" }
-sloth_bytecode = { path = "../sloth_bytecode" }
-
-itertools = "0.10.5"
-libc = "0.2.142"
-thiserror = "1.0.40"