mirror of
https://github.com/Noratrieb/oh-oh.git
synced 2026-01-14 17:15:02 +01:00
2fa
This commit is contained in:
parent
0f46ff5a89
commit
c789f7ad15
10 changed files with 406 additions and 9 deletions
9
Cargo.lock
generated
9
Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue