basic caching
This commit is contained in:
parent
03f929ee19
commit
45a1e30e87
8 changed files with 113 additions and 17 deletions
|
@ -9,7 +9,7 @@ toml = "0.8"
|
|||
# Only keep one of blocking+async if all features converted
|
||||
reqwest = { version = "0.12", features = ["json", "rustls-tls" ] }
|
||||
dirs = "5"
|
||||
chrono = "0.4"
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
serde_json = "1.0"
|
||||
chrono-tz = "0.8"
|
||||
tokio = { version = "1.37", features = ["full"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue