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

View File

@@ -34,3 +34,5 @@ rusqlite = { version = "0.31", features = ["bundled"] }
futures-util = "0.3"
hex = "0.4"
argon2 = "0.5"
data-encoding = "2.6"
qrcode = { version = "0.14", default-features = false, features = ["svg"] }