Initial not working attempt

This commit is contained in:
2022-03-21 09:52:26 +01:00
parent 38d38b16cc
commit c05a6469d9
3 changed files with 117 additions and 3 deletions

View File

@ -7,4 +7,4 @@ edition = "2018"
[dependencies]
libotp = "0.1.4"
clap = "3.1.6"
clap = { version = "3.1.6", features = ["derive"] }