holey-bytes/hbvm/Cargo.toml
2023-08-19 23:24:31 +02:00

18 lines
252 B
TOML

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