holey-bytes/hbvm/Cargo.toml
2023-07-26 01:11:21 +02:00

21 lines
343 B
TOML

[package]
name = "hbvm"
version = "0.1.0"
edition = "2021"
[profile.release]
lto = true
[features]
default = ["alloc"]
alloc = []
[dependencies]
delegate = "0.9"
derive_more = "0.99"
hbbytecode.path = "../hbbytecode"
log = "0.4"
paste = "1.0"
sealed = "0.5"
static_assertions = "1.0"