holey-bytes/hbvm/Cargo.toml

16 lines
197 B
TOML
Raw Normal View History

[package]
2023-05-09 08:47:21 +00:00
name = "hbvm"
version = "0.1.0"
edition = "2021"
[profile.release]
lto = true
2023-07-25 23:11:21 +00:00
[features]
default = ["alloc"]
alloc = []
2023-07-26 18:54:24 +00:00
nightly = []
2023-07-25 23:11:21 +00:00
[dependencies]
2023-08-19 21:46:47 +00:00
hbbytecode.path = "../hbbytecode"