burn/xtask/Cargo.toml

11 lines
244 B
TOML
Raw Normal View History

[package]
name = "xtask"
version = "0.3.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.75"
clap = { version = "4.4.2", features = ["derive"] }