turnip/Cargo.toml
WanderingPenwing 71e64fa99d added weather
2024-10-22 10:15:46 +02:00

14 lines
299 B
TOML

[package]
name = "turnip"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = "0.4"
battery = "0.7.8"
sysinfo = "0.30.13"
tokio = { version = "1.39.2", features = ["full"] }
weer_api = "0.1.1"