summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 2b27d986d132931d7648cbf5e3f74476345e6298 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "weatherfetch"
version = "0.1.0"
edition = "2021"

[dependencies]
serde     = { version = "1.0", features = ["derive"] }
toml      = "0.7"
clap      = { version = "4.4", features = ["derive"] }
reqwest   = { version = "0.11", features = ["json"] }
tokio     = { version = "1.0", features = ["full"] }
chrono    = "0.4"
dirs      = "4.0"
termimage = "0.4"
image     = "0.24"
once_cell = "1.20"