OpenWeatherWidget/Cargo.toml
Candifloss 8661ea87db Load TOML Config
- Read `toml` file in the config dir
- Parse `toml` config in the file
2025-09-18 19:47:33 +05:30

11 lines
174 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"] }