feat: add confirmation link to email

This commit is contained in:
Sandro Eiler 2024-03-05 10:12:34 +01:00
parent 0427df8656
commit 90fc6abf19
4 changed files with 56 additions and 7 deletions

10
Cargo.lock generated
View file

@ -1112,6 +1112,7 @@ dependencies = [
"config",
"fake",
"hyper 1.2.0",
"linkify",
"once_cell",
"quickcheck",
"quickcheck_macros",
@ -1165,6 +1166,15 @@ version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
[[package]]
name = "linkify"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
dependencies = [
"memchr",
]
[[package]]
name = "linux-raw-sys"
version = "0.3.8"