holey-bytes/hbvm/Cargo.toml

13 lines
173 B
TOML
Raw Normal View History

[package]
2023-05-09 03:47:21 -05:00
name = "hbvm"
version = "0.1.0"
edition = "2021"
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]
2024-01-31 10:54:38 -06:00
hbbytecode = { path = "../hbbytecode" }