mirror of
https://github.com/Xevion/time-banner.git
synced 2025-12-15 06:13:31 -06:00
phf_codegen abbreviated timezone parser
This commit is contained in:
11
Cargo.toml
11
Cargo.toml
@@ -20,3 +20,14 @@ envy = "0.4.2"
|
||||
tera = "1.19.0"
|
||||
lazy_static = "1.4.0"
|
||||
timeago = "0.4.1"
|
||||
chrono-tz = "0.8.3"
|
||||
phf = { version = "0.11.2", features = ["macros"] }
|
||||
phf_codegen = "0.11.1"
|
||||
chrono = "0.4.26"
|
||||
|
||||
[build-dependencies]
|
||||
chrono = "0.4.26"
|
||||
regex = "1.8.4"
|
||||
phf = { version = "0.11.1", default-features = false }
|
||||
phf_codegen = "0.11.1"
|
||||
lazy_static = "1.4.0"
|
||||
|
||||
Reference in New Issue
Block a user