added test subcommand
This commit is contained in:
@@ -12,15 +12,16 @@ path = "src/lib.rs"
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[[bin]]
|
||||
name = "pam_fido2-credential"
|
||||
name = "pam_fido2-cli"
|
||||
path = "src/main.rs"
|
||||
|
||||
|
||||
[dependencies]
|
||||
ctap_hmac = { git = "https://git.shimun.net/shimun/ctap", rev = "1a8e83d81efa3ae2cd4d764ddbae72c95a5af3e1", features = ["assert_devices"] }
|
||||
ctap_hmac = { git = "https://git.shimun.net/shimun/ctap", rev = "65ef57403182fce13b5266ba7838558ba2ad008f", features = ["request_multiple"] }
|
||||
pamsm = "0.2.0"
|
||||
regex = "1.3.1"
|
||||
rand = "0.7.2"
|
||||
hex = "0.4.0"
|
||||
structopt = "0.3.11"
|
||||
ctrlc = "3.1.4"
|
||||
failure = "0.1.6"
|
||||
|
||||
Reference in New Issue
Block a user