app: Fix local timezone not taken into account
This commit is contained in:
committed by
nitnelave
parent
cd91b4d3ac
commit
9c4f8931a0
@@ -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" ]
|
||||
|
||||
Reference in New Issue
Block a user