OpenWeatherWidget/Cargo.toml
Candifloss bebfc6887f Fetch weather data
- Fetch weather data from the url using the api key, city id, and units config
2025-09-18 21:33:22 +05:30

13 lines
255 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"] }
serde_json = "1.0.145"