diff options
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -42,9 +42,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.141" +version = "0.2.142" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5" +checksum = "6a987beff54b60ffa6d51982e1aa1146bc42f19bd26be28b0586f252fccf5317" [[package]] name = "once_cell" @@ -111,12 +111,17 @@ name = "sloth" version = "0.1.0" dependencies = [ "itertools", + "libc", "sloth_bytecode", "sloth_vm", "thiserror", ] [[package]] +name = "sloth_asm" +version = "0.1.0" + +[[package]] name = "sloth_bytecode" version = "0.1.0" dependencies = [ |
