Initial commit

This commit is contained in:
2022-03-21 09:40:34 +01:00
commit 38d38b16cc
4 changed files with 216 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "totp_generator"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
libotp = "0.1.4"
clap = "3.1.6"