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

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

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