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 1b1b6fe..f484402 100644 --- a/crates/sloth_vm/Cargo.toml +++ b/crates/sloth_vm/Cargo.toml @@ -8,3 +8,5 @@ edition.workspace = true [dependencies] sloth_bytecode = { path = "../sloth_bytecode" } +once_cell = "1.17.1" +rand = "0.8.5" |
