holey-bytes/hbvm/Cargo.toml

14 lines
202 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]
log = "*"
hashbrown = "0.13.2"
static_assertions = "1.0"
2023-06-07 08:07:37 -05:00
hbbytecode = { path = "../hbbytecode" }