tzhelp/Cargo.toml

10 lines
169 B
TOML
Raw Normal View History

2026-02-12 21:10:24 +01:00
[package]
name = "tzhelp"
version = "0.1.0"
edition = "2024"
[dependencies]
chrono = "0.4.43"
chrono-tz = "0.10.4"
2026-02-12 21:41:18 +01:00
clap = { version = "4.5.57", features = ["derive"] }