turnip/Cargo.toml

14 lines
299 B
TOML
Raw Permalink Normal View History

2024-07-31 01:38:04 +02:00
[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"
2024-07-31 16:10:40 +02:00
sysinfo = "0.30.13"
2024-10-22 10:15:46 +02:00
tokio = { version = "1.39.2", features = ["full"] }
weer_api = "0.1.1"