bfox/bfox-asmgen/Cargo.toml
2024-05-27 01:57:17 +03:00

13 lines
307 B
TOML

[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]
anyhow = "1.0.86"
log = "0.4.21"
bfox-parser = { path = "../bfox-parser" }
clap = { version = "4.5.4", features = ["derive"] }