holey-bytes/vm/Cargo.toml

13 lines
167 B
TOML
Raw Permalink 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]
hbbytecode = { workspace = true }