OpenWeatherWidget/Cargo.toml
Candifloss 01c12478f6 Separate config loading from API library
- Create new library crate for config parsing
- Modularity & flexibility
2025-09-20 08:41:28 +05:30

7 lines
91 B
TOML

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