use anyhow

This commit is contained in:
2025-01-27 16:03:00 +03:00
parent 133c0fa31b
commit 529ca478b1
3 changed files with 149 additions and 252 deletions

View File

@@ -6,6 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.95"
chrono = "0.4.24"
itertools = "0.10.5"
serde = { version = "1.0.160", features = ["derive"] }