rtic/xtask/Cargo.toml
dependabot[bot] 9aeae030e7
Update diffy requirement from 0.3.0 to 0.4.0 (#950)
Updates the requirements on [diffy](https://github.com/bmwill/diffy) to permit the latest version.
- [Changelog](https://github.com/bmwill/diffy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bmwill/diffy/commits)

---
updated-dependencies:
- dependency-name: diffy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-23 06:22:17 +00:00

13 lines
264 B
TOML

[package]
name = "xtask"
version = "0.0.0"
edition = "2021"
publish = false
[dependencies]
anyhow = "1.0.43"
clap = { version = "4", features = ["derive"] }
pretty_env_logger = "0.5.0"
log = "0.4.17"
rayon = { version = "1.6.1", optional = true }
diffy = "0.4.0"