Managed to generate a first secret

This commit is contained in:
2022-03-21 12:08:58 +01:00
parent 1a56ee42de
commit 96656afdae
3 changed files with 14 additions and 2 deletions

7
Cargo.lock generated
View File

@ -19,6 +19,12 @@ version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "base32"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23ce669cd6c8588f79e15cf450314f9638f967fc5770ff1c7c1deb0925ea7cfa"
[[package]]
name = "base64"
version = "0.13.0"
@ -260,6 +266,7 @@ checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
name = "totp_generator"
version = "0.1.0"
dependencies = [
"base32",
"base64",
"clap",
"totp_rfc6238",