support multiple credentials
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
2020-04-01 13:14:08 +02:00
parent 42a5a92e4b
commit 725c5f0f2b
5 changed files with 1099 additions and 59 deletions

View File

@@ -17,8 +17,10 @@ path = "src/main.rs"
[dependencies]
ctap = "0.1.0"
ctap_hmac = { git = "https://git.shimun.net/shimun/ctap", rev = "1a8e83d81efa3ae2cd4d764ddbae72c95a5af3e1", features = ["assert_devices"] }
pamsm = "0.2.0"
regex = "1.3.1"
rand = "0.7.2"
hex = "0.4.0"
structopt = "0.3.11"
ctrlc = "3.1.4"