1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2026-03-13 15:45:07 +02:00
Files
comprehensive-rust/xtask/Cargo.toml
dependabot[bot] 3c7c8fb5b6 cargo: bump the patch group with 4 updates (#2989)
Bumps the patch group with 4 updates:
[clap](https://github.com/clap-rs/clap),
[zerocopy](https://github.com/google/zerocopy),
[cxx](https://github.com/dtolnay/cxx) and
[cxx-build](https://github.com/dtolnay/cxx).

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-01 11:57:56 +00:00

11 lines
182 B
TOML

[package]
name = "xtask"
version = "0.1.0"
edition = "2024"
publish = false
[dependencies]
anyhow = "1.0.100"
clap = { version = "4.5.53", features = ["derive"] }
walkdir = "2.5.0"