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.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/crates/sloth_vm/Cargo.toml b/crates/sloth_vm/Cargo.toml
index e71c18d..f484402 100644
--- a/crates/sloth_vm/Cargo.toml
+++ b/crates/sloth_vm/Cargo.toml
@@ -6,3 +6,7 @@ version.workspace = true
edition.workspace = true
[dependencies]
+sloth_bytecode = { path = "../sloth_bytecode" }
+
+once_cell = "1.17.1"
+rand = "0.8.5"