This commit is contained in:
nora 2025-07-13 01:04:41 +02:00
parent 0f46ff5a89
commit c789f7ad15
10 changed files with 406 additions and 9 deletions

9
Cargo.lock generated
View file

@ -205,6 +205,12 @@ dependencies = [
"windows-targets 0.52.6",
]
[[package]]
name = "base32"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "022dfe9eb35f19ebbcb51e0b40a5ab759f46ad60cadf7297e0bd085afb50e076"
[[package]]
name = "base64"
version = "0.22.1"
@ -864,12 +870,15 @@ dependencies = [
"askama",
"axum",
"axum-extra",
"base32",
"color-eyre",
"hex",
"hmac",
"jiff",
"password-hash",
"rand_core",
"serde",
"sha1",
"sqlx",
"time",
"tokio",