app: Fix local timezone not taken into account

This commit is contained in:
Valentin Tolmer
2021-08-31 13:54:56 +02:00
committed by nitnelave
parent cd91b4d3ac
commit 9c4f8931a0
2 changed files with 8 additions and 1 deletions

View File

@@ -6,7 +6,6 @@ edition = "2018"
[dependencies]
anyhow = "1"
chrono = "*"
http = "0.2.4"
jwt = "0.13"
rand = "0.8"
@@ -26,6 +25,12 @@ features = [
"console",
]
[dependencies.chrono]
version = "*"
features = [
"wasmbind"
]
[dependencies.lldap_model]
path = "../model"
features = [ "opaque_client" ]