diff options
| author | Cody <cody@codyq.dev> | 2023-04-10 21:12:53 -0500 |
|---|---|---|
| committer | Cody <cody@codyq.dev> | 2023-04-10 21:12:53 -0500 |
| commit | 814fa68350cf75d5848ec6b4914e3f3bafee10fa (patch) | |
| tree | 26e598fc55e3d8e6217797fd78597987ffe3ca11 /crates/sloth_vm/Cargo.toml | |
| parent | c458e9f46afcd04445dcb35d1fd9e2a85a451937 (diff) | |
| download | sloth-814fa68350cf75d5848ec6b4914e3f3bafee10fa.tar.gz | |
Beginning progress on virtual machine
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" } + |
