This commit is contained in:
2026-02-28 12:43:07 +09:00
parent a875e39192
commit 9686e26cd6
4 changed files with 526 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ clap = { version = "4.5", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
reqwest = { version = "0.12", features = ["json", "rustls-tls"], default-features = false }
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
tokio = { version = "1", features = ["rt-multi-thread", "macros", "process", "time"] }
anyhow = "1.0"
dirs = "5.0"
chrono = { version = "0.4", features = ["serde"] }