This commit is contained in:
2023-06-05 14:43:31 +02:00
parent 5230762190
commit e8e84e8d37
3 changed files with 24 additions and 13 deletions

7
Cargo.lock generated
View File

@ -920,6 +920,12 @@ dependencies = [
"cc",
]
[[package]]
name = "ics"
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ebec52f461ade2d19e7b594ecbcd0723ba0ab0eefa8aae2281b78ff461a91fa"
[[package]]
name = "idna"
version = "0.3.0"
@ -1773,6 +1779,7 @@ dependencies = [
"argon2",
"chrono",
"env_logger",
"ics",
"log",
"rocket",
"rocket_dyn_templates",