TOTP-Generator/Cargo.toml
2022-03-21 09:40:34 +01:00

11 lines
295 B
TOML

[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"