holey-bytes/hbvm/Cargo.toml

16 lines
197 B
TOML

[package]
name = "hbvm"
version = "0.1.0"
edition = "2021"
[profile.release]
lto = true
[features]
default = ["alloc"]
alloc = []
nightly = []
[dependencies]
hbbytecode.path = "../hbbytecode"