- 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`
7 lines
103 B
TOML
7 lines
103 B
TOML
[workspace]
|
|
resolver = "3"
|
|
members = [
|
|
"owm_api25", "owm_widg_config", "weatherd",
|
|
"widget",
|
|
]
|