diff options
Diffstat (limited to 'crates/sloth_vm/Cargo.toml')
| -rw-r--r-- | crates/sloth_vm/Cargo.toml | 2 |
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" } + |
