holey-bytes/hbvm/Cargo.toml

16 lines
197 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
2023-07-25 18:11:21 -05:00
[features]
default = ["alloc"]
alloc = []
2023-07-26 13:54:24 -05:00
nightly = []
2023-07-25 18:11:21 -05:00
[dependencies]
2023-08-19 16:46:47 -05:00
hbbytecode.path = "../hbbytecode"