Cahce read and write

This commit is contained in:
2025-01-07 15:52:01 +01:00
parent 1932ad1187
commit 0bd3c9004f
7 changed files with 191 additions and 9 deletions

View File

@@ -5,6 +5,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0.95"
chrono = { version = "0.4.39", features = ["serde"] }
clap = { version = "4.5.23", features = ["derive"] }
colored = "2.2.0"
quick-xml = { version = "0.37.2", features = ["async-tokio", "tokio"] }