today/Cargo.toml
Joscha 8af268bd68 Switch to patched tzdir
This fixes today not respecting the TZDIR environment variable, which is
necessary since NixOS uses a nonstandard time zone data location.
2021-12-29 00:53:37 +01:00

15 lines
310 B
TOML

[package]
name = "today"
version = "0.1.0"
edition = "2021"
[dependencies]
chrono = "0.4.19"
colored = "2.0.0"
computus = "1.0.0"
directories = "4.0.1"
pest = "2.1.3"
pest_derive = "2.1.0"
structopt = "0.3.25"
thiserror = "1.0.30"
tzfile = { git = "https://github.com/Garmelon/tzfile.git", branch = "tzdir" }