roughing in weather
This commit is contained in:
parent
d050cecc0e
commit
45ff2ee635
5 changed files with 571 additions and 40 deletions
|
@ -6,6 +6,10 @@ edition = "2021"
|
|||
[dependencies]
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
toml = "0.8"
|
||||
reqwest = { version = "0.12", features = ["json", "blocking"] }
|
||||
# Only keep one of blocking+async if all features converted
|
||||
reqwest = { version = "0.12", features = ["json", "rustls-tls" ] }
|
||||
dirs = "5"
|
||||
chrono = "0.4"
|
||||
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