holey-bytes/hbvm/Cargo.toml
2023-06-11 13:47:33 +02:00

15 lines
246 B
TOML

[package]
name = "hbvm"
version = "0.1.0"
edition = "2021"
[profile.release]
lto = true
[dependencies]
delegate = "0.9"
hashbrown = "0.13"
hbbytecode.path = "../hbbytecode"
log = "0.4"
static_assertions = "1.0"