diff options
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -112,6 +112,8 @@ version = "0.1.0" dependencies = [ "itertools", "libc", + "sloth_bytecode", + "sloth_vm", "thiserror", ] |
![]() |
index : sloth | |
| A blazingly slow compiled language | Nic Gaffney |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | Cargo.lock | 2 |
@@ -112,6 +112,8 @@ version = "0.1.0" dependencies = [ "itertools", "libc", + "sloth_bytecode", + "sloth_vm", "thiserror", ] |