You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2026-03-13 15:45:07 +02:00
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>
11 lines
182 B
TOML
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"
|