OpenWeatherWidget/Cargo.toml
Candifloss bb410d002f Parse json data
- Process json response
- Extract required json fields
- Use the extracted fields
2025-09-18 22:42:31 +05:30

13 lines
263 B
TOML

[package]
name = "openweatherwidget"
version = "0.0.1"
edition = "2024"
[dependencies]
toml = "0.9.6"
dirs = "6.0.0"
serde = { version = "1.0.225", features = ["derive"] }
reqwest = {version = "0.12.23", features = ["blocking", "json"] }
serde_json = "1.0.145"