- Move API-specific structs to library - Move API-specific configuration to library
10 lines
193 B
TOML
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"] }
|
|
|