chore: add totp feature gate (default-on) + data-encoding + qrcode deps

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
michael
2026-04-27 11:19:01 -07:00
parent c64068c4b5
commit 30e36ccf5d
5 changed files with 21 additions and 0 deletions

8
Cargo.lock generated
View File

@@ -298,6 +298,7 @@ dependencies = [
"argon2",
"authforge-common",
"ctap-hid-fido2",
"data-encoding",
"futures-util",
"hex",
"nix 0.28.0",
@@ -325,6 +326,7 @@ dependencies = [
"futures-util",
"gtk4",
"libadwaita",
"qrcode",
"tokio",
"zbus",
]
@@ -1823,6 +1825,12 @@ dependencies = [
"unicode-ident",
]
[[package]]
name = "qrcode"
version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d68782463e408eb1e668cf6152704bd856c78c5b6417adaee3203d8f4c1fc9ec"
[[package]]
name = "quote"
version = "1.0.45"