Added query params to get values in plain text

This commit is contained in:
Ultradesu
2025-09-15 15:14:40 +03:00
parent 949dbb4410
commit 585bbc4738
3 changed files with 37 additions and 38 deletions

View File

@@ -15,6 +15,4 @@ clap = { version = "4.5", features = ["derive"] }
tracing = "0.1"
tracing-subscriber = "0.3"
anyhow = "1.0"
totp-lite = "2.0"
url = "2.5"
base32 = "0.5"
totp-rs = { version = "5.6", features = ["otpauth"] }