OpenWeatherWidget/Cargo.toml
Candifloss 1270a3e595 Create Weather API 2.5 Library
- Move API-specific structs to library
- Move API-specific configuration to library
2025-09-19 08:11:44 +05:30

6 lines
57 B
TOML

[workspace]
members = [
"owm_api25",
"widget",
]