2025-10-10 11:46:39 +05:30

10 lines
250 B
TOML

[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"