feat: clone from: https://github.com/anowell/pam-rs
This commit is contained in:
16
pam/Cargo.toml
Normal file
16
pam/Cargo.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[package]
|
||||
|
||||
name = "pam-bindings"
|
||||
description = "PAM bindings for Rust"
|
||||
version = "0.1.1"
|
||||
authors = [ "Anthony Nowell <anowell@gmail.com>" ]
|
||||
repository = "https://github.com/anowell/pam-rs"
|
||||
readme = "../README.md"
|
||||
keywords = ["pam", "ffi", "linux", "authentication"]
|
||||
license = "MIT"
|
||||
|
||||
[lib]
|
||||
name = "pam"
|
||||
|
||||
[dependencies]
|
||||
libc = "0.2.97"
|
||||
Reference in New Issue
Block a user