ztag/crates/zt/Cargo.toml

9 lines
209 B
TOML
Raw Permalink Normal View History

2023-12-28 09:19:32 +01:00
[package]
name = "zt"
version = "0.1.0"
edition = "2021"
[dependencies]
chrono = { version = "0.4.31", default-features = false, features = ["libc", "clock", "serde", "pure-rust-locales"] }
gumdrop = "0.8.1"