Clippy pedantic

This commit is contained in:
Guilleag01
2025-11-19 22:04:18 +01:00
parent 28cb8c587b
commit a4cf1c1973
6 changed files with 6 additions and 5 deletions

View File

@@ -6,5 +6,5 @@ edition = "2021"
[dependencies]
chrono = "0.4.31"
clap = { version = "4.4.7", features = ["derive"] }
colored = "2.0.4"
colored = "3.0.0"
term_size = "0.3.2"