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.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/sloth/Cargo.toml b/crates/sloth/Cargo.toml
index 2ee6919..9ab22e1 100644
--- a/crates/sloth/Cargo.toml
+++ b/crates/sloth/Cargo.toml
@@ -6,5 +6,8 @@ version.workspace = true
edition.workspace = true
[dependencies]
+sloth_vm = { path = "../sloth_vm" }
+sloth_bytecode = { path = "../sloth_bytecode" }
+
itertools = "0.10.5"
thiserror = "1.0.40"