aboutsummaryrefslogtreecommitdiff
path: root/crates/sloth_vm/Cargo.toml
blob: f4844020068d8b6e146cc151bbcfa2f6f164d623 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "sloth_vm"

license.workspace = true
version.workspace = true
edition.workspace = true

[dependencies]
sloth_bytecode = { path = "../sloth_bytecode" }

once_cell = "1.17.1"
rand = "0.8.5"