feat: weather graphs
This commit is contained in:
14
Cargo.toml
Normal file
14
Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "getenv"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
chrono = "0.4.44"
|
||||
html-escape = "0.2.13"
|
||||
reqwest = { version = "0.13.4", features = ["deflate", "brotli", "gzip", "multipart", "zstd"] }
|
||||
rocket = "0.5.1"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
serde_json = "1.0.150"
|
||||
tokio = { version = "1.52.3", features = ["full"] }
|
||||
url-escape = "0.1.1"
|
||||
Reference in New Issue
Block a user