summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: f365cbae8f273c96996ac02320baff61ab1bc682 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name    = "WheatherFetch"
version = "0.0.1"
edition = "2021"

[dependencies]
termimage = "1.2"
reqwest   = "0.12.15"
chrono    = "0.4"
serde     = "1.0"
clap      = "4.0"