about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide/ci/date-check/Cargo.toml
blob: f49e6d0db940eb147d92740b22f0af3f467eba7f (plain)
1
2
3
4
5
6
7
8
[package]
name = "date-check"
edition = "2024"

[dependencies]
glob = "0.3"
regex = "1"
chrono = "0.4"