diff options
| author | Cody <cody@codyq.dev> | 2023-04-14 00:04:46 -0500 |
|---|---|---|
| committer | Cody <cody@codyq.dev> | 2023-04-14 00:04:46 -0500 |
| commit | fa0da150a5a481be3d1de448edb6f23c170da9a9 (patch) | |
| tree | 42771a909fca18fb0fe7d5645a7f40b4d69107ef /crates/sloth_vm/Cargo.toml | |
| parent | a8b2a413a455fb06e0b10cf13d132c812f92bd4b (diff) | |
| download | sloth-fa0da150a5a481be3d1de448edb6f23c170da9a9.tar.gz | |
Improved VM. Started work on std
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" |
