pam module
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-09-25 00:23:36 +02:00
parent 55bae4161e
commit 63f29249d3
3 changed files with 129 additions and 0 deletions

7
Cargo.lock generated
View File

@@ -383,6 +383,7 @@ dependencies = [
"failure",
"hex",
"libcryptsetup-rs",
"pamsm",
"ring",
"rpassword",
"serde",
@@ -596,6 +597,12 @@ version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ab52be62400ca80aa00285d25253d7f7c437b7375c4de678f5405d3afe82ca5"
[[package]]
name = "pamsm"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3580ed2ebe075c74db583233318abf4b07bc8d9a40c7691d0ae9c186e19e43dd"
[[package]]
name = "peeking_take_while"
version = "0.1.2"