Use system tzinfo instead of compiling it into the binary

This commit is contained in:
Joscha 2021-11-22 00:42:55 +01:00
parent 36aa6abcb9
commit d7df47eba4
6 changed files with 46 additions and 207 deletions

View file

@ -6,8 +6,8 @@ edition = "2018"
[dependencies]
anyhow = "1.0.45"
chrono = "0.4.19"
chrono-tz = "0.6.0"
pest = "2.1.3"
pest_derive = "2.1.0"
structopt = "0.3.25"
thiserror = "1.0.30"
tzfile = "0.1.3"