holey-bytes/hbvm/Cargo.toml
2023-06-07 15:07:37 +02:00

14 lines
202 B
TOML

[package]
name = "hbvm"
version = "0.1.0"
edition = "2021"
[profile.release]
lto = true
[dependencies]
log = "*"
hashbrown = "0.13.2"
static_assertions = "1.0"
hbbytecode = { path = "../hbbytecode" }