aboutsummaryrefslogtreecommitdiff
path: root/crates/sloth_vm/Cargo.toml
diff options
context:
space:
mode:
authorCody <cody@codyq.dev>2023-04-10 21:12:53 -0500
committerCody <cody@codyq.dev>2023-04-10 21:12:53 -0500
commit814fa68350cf75d5848ec6b4914e3f3bafee10fa (patch)
tree26e598fc55e3d8e6217797fd78597987ffe3ca11 /crates/sloth_vm/Cargo.toml
parentc458e9f46afcd04445dcb35d1fd9e2a85a451937 (diff)
downloadsloth-814fa68350cf75d5848ec6b4914e3f3bafee10fa.tar.gz
Beginning progress on virtual machine
Diffstat (limited to 'crates/sloth_vm/Cargo.toml')
-rw-r--r--crates/sloth_vm/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/sloth_vm/Cargo.toml b/crates/sloth_vm/Cargo.toml
index e71c18d..1b1b6fe 100644
--- a/crates/sloth_vm/Cargo.toml
+++ b/crates/sloth_vm/Cargo.toml
@@ -6,3 +6,5 @@ version.workspace = true
edition.workspace = true
[dependencies]
+sloth_bytecode = { path = "../sloth_bytecode" }
+