Candifloss 1270a3e595 Create Weather API 2.5 Library
- Move API-specific structs to library
- Move API-specific configuration to library
2025-09-19 08:11:44 +05:30

10 lines
193 B
TOML

[package]
name = "openweatherwidget"
version = "0.0.1"
edition = "2024"
[dependencies]
owm_api25 = { path = "../owm_api25" }
reqwest = {version = "0.12.23", features = ["blocking", "json"] }