holey-bytes/hblang/Cargo.toml

12 lines
172 B
TOML
Raw Normal View History

2024-05-09 21:41:59 +00:00
[package]
name = "hblang"
version = "0.1.0"
edition = "2021"
2024-05-12 22:02:32 +00:00
[[bin]]
name = "hbc"
path = "src/main.rs"
2024-05-09 21:41:59 +00:00
[dependencies]
hbvm = { path = "../hbvm", features = ["nightly"] }