[package] name = "owm_widg_config" version = "0.0.1" edition = "2024" [dependencies] owm-rs = { git = "https://git.candifloss.cc/candifloss/OpenWeatherMapSDK.git" } serde = { version = "1.0.225", features = ["derive"] } toml = "0.9.7" dirs = "6.0.0"