diaryrs/Cargo.toml

15 lines
300 B
TOML
Raw Normal View History

2024-12-25 09:38:38 +00:00
[package]
name = "diaryrs"
version = "0.1.0"
edition = "2021"
[dependencies]
chrono = "0.4.39"
chrono-tz = "0.10.0"
clap = { version = "4.5.23", features = ["derive"] }
iana-time-zone = "0.1.61"
indoc = "2.0.5"
2024-12-30 16:02:52 +00:00
regex = "1.11.1"
2024-12-25 09:38:38 +00:00
serde = { version = "1.0.216", features = ["derive"] }
toml = "0.8.19"