holey-bytes/hblang/Cargo.toml
2024-05-13 00:02:32 +02:00

14 lines
192 B
TOML

[package]
name = "hblang"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "hbc"
path = "src/main.rs"
[dependencies]
[dev-dependencies]
hbvm = { path = "../hbvm", features = ["nightly"] }