regex date checking

This commit is contained in:
Simon
2025-11-15 12:41:05 +00:00
parent 85c270b906
commit 36e549b176
2 changed files with 10 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ scraper = "0.24.0"
once_cell = "1.21.3"
rustc-hash = "2.1.1"
async-trait = "0.1"
regex = "1.12.2"
[lints.rust]
unexpected_cfgs = "allow"