Managed to generate a first secret

This commit is contained in:
2022-03-21 10:06:32 +01:00
parent c05a6469d9
commit 1a56ee42de
3 changed files with 128 additions and 23 deletions

View File

@ -6,5 +6,6 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
libotp = "0.1.4"
totp_rfc6238 = "0.5.0"
base64 = "0.13.0"
clap = { version = "3.1.6", features = ["derive"] }