Files
unibar/Cargo.toml
Mahesh Asolkar a8591da49b Better error handling
[With input from AI in VSCode]
2025-07-26 13:14:05 -07:00

18 lines
384 B
TOML

[package]
name = "unibar"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = "1.0.196"
serde_json = "1.0.113"
curl = "0.4.46"
regex = "1.11.1"
chrono = "0.4.41"
chrono-tz = "0.10.3"
iana-time-zone = "0.1.63"
clap = { version = "4.5.1", features = ["derive"] }
thiserror = "1.0"