bfox/bfox-asmgen/Cargo.toml

13 lines
307 B
TOML
Raw Permalink Normal View History

2024-05-26 20:38:06 +00:00
[package]
name = "bfox-asmgen"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-05-26 22:57:17 +00:00
anyhow = "1.0.86"
log = "0.4.21"
bfox-parser = { path = "../bfox-parser" }
clap = { version = "4.5.4", features = ["derive"] }