Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timed one time passwords #10

Merged
merged 13 commits into from
May 14, 2024
Prev Previous commit
Next Next commit
Update keepass-ng dependency to version 0.0.2
  • Loading branch information
anssip committed May 14, 2024
commit f5514afe681054cfff3a3b5396291969a155fc87
4 changes: 3 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ anyhow = "1.0.56"
chrono = "0.4.19"
env_logger = "0.10.0"
hex = "0.4.3"
keepass-ng = { path = "/Users/anssi/projects/keepass-rs", features = ["save_kdbx4", "totp"] }
keepass-ng = { version = "0.0.2", features = ["save_kdbx4", "totp"] }
keyring = "2.3.2"
uuid = { version = "1.8.0", features = ["v4"] }
percent-encoding = "2.3.1"