added debug flag
Some checks failed
continuous-integration/drone/tag Build is failing

This commit is contained in:
2020-04-04 15:26:49 +02:00
parent 70f37844d3
commit 70d66f6a74
7 changed files with 163 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "pam_fido2"
version = "0.2.2"
version = "0.2.4"
authors = ["shimun <shimun@shimun.net>"]
edition = "2018"
@@ -15,10 +15,12 @@ crate-type = ["cdylib"]
name = "pam_fido2-cli"
path = "src/main.rs"
[profile.release]
opt-level = 0
[dependencies]
ctap_hmac = { git = "https://git.shimun.net/shimun/ctap", rev = "cc48719cfa1375909877265905264fad875d1fa3", features = ["request_multiple"] }
pamsm = "0.2.0"
pamsm = { version = "0.3.3", features = ["libpam"] }
regex = "1.3.1"
rand = "0.7.2"
hex = "0.4.0"