holey-bytes/hblang/Cargo.toml

15 lines
270 B
TOML
Raw Normal View History

2024-05-09 16:41:59 -05:00
[package]
name = "hblang"
version = "0.1.0"
edition = "2021"
2024-05-12 17:02:32 -05:00
[[bin]]
name = "hbc"
path = "src/main.rs"
2024-05-09 16:41:59 -05:00
[dependencies]
2024-09-19 06:40:03 -05:00
env_logger = "0.11.5"
hbvm = { path = "../hbvm", features = ["nightly"] }
2024-09-19 06:40:03 -05:00
log = "0.4.22"
regalloc2 = { version = "0.10.2", features = ["trace-log"] }