holey-bytes/hbvm/Cargo.toml

16 lines
272 B
TOML
Raw Normal View History

[package]
2023-05-09 03:47:21 -05:00
name = "hbvm"
version = "0.1.0"
edition = "2021"
[profile.release]
lto = true
[dependencies]
2023-06-11 06:26:16 -05:00
delegate = "0.9"
2023-06-07 17:25:38 -05:00
hashbrown = "0.13"
hbbytecode.path = "../hbbytecode"
log = "0.4"
paste = "1.0"
static_assertions = "1.0"