aboutsummaryrefslogtreecommitdiff
path: root/crates/sloth_vm/Cargo.toml
diff options
context:
space:
mode:
authorCody <cody@codyq.dev>2023-06-07 03:28:40 -0500
committerCody <cody@codyq.dev>2023-06-07 03:28:40 -0500
commit6f6613419f1511c5637c9f69b3caa5ae838270b9 (patch)
treee203d6cdc0eb2140ae6f0a430e76f2992de66bec /crates/sloth_vm/Cargo.toml
parent25c5ccb29a6f2387a04bfb5d50874e00084c15d6 (diff)
downloadsloth-6f6613419f1511c5637c9f69b3caa5ae838270b9.tar.gz
Moving over from a VM interpreter to natively compiled w/ LLVM
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"