OpenWeatherWidget/Cargo.toml
Candifloss a2bdf239e0 Add daemon weatherd
- Add daemon `weatherd` to fetch and cache weather data
- Update API libraries to serialize to json
- Add "cache_file" parameter to "general" config
- Cargo `fmt` and `clippy`
2025-10-07 15:01:11 +05:30

7 lines
103 B
TOML

[workspace]
resolver = "3"
members = [
"owm_api25", "owm_widg_config", "weatherd",
"widget",
]