holey-bytes/hbvm/Cargo.toml

17 lines
299 B
TOML
Raw Normal View History

[package]
2023-05-09 08:47:21 +00:00
name = "hbvm"
version = "0.1.0"
edition = "2021"
[profile.release]
lto = true
[dependencies]
delegate = "0.9"
2023-06-24 22:16:14 +00:00
derive_more = "0.99"
hashbrown = "0.13"
hbbytecode.path = "../hbbytecode"
log = "0.4"
paste = "1.0"
static_assertions = "1.0"