comparison pam/Cargo.toml @ 15:27730595f1ea

Adding pam-http module
author Anthony Nowell <anthony@algorithmia.com>
date Sun, 24 Sep 2017 00:22:29 -0600
parents
children f64ee7b6cdf1
comparison
equal deleted inserted replaced
14:51b097c12d3c 15:27730595f1ea
1 [package]
2
3 name = "pam"
4 description = "PAM bindings for Rust"
5 version = "0.0.2"
6 authors = [ "Jesse Hallett <jesse@galois.com>" ]
7 documentation = "https://tozny.github.io/rust-pam/pam/"
8 homepage = "https://github.com/tozny/rust-pam"
9 repository = "https://github.com/tozny/rust-pam.git"
10 readme = "README.md"
11 keywords = ["pam", "ffi", "linux", "authentication"]
12 license = "MIT"
13
14 [lib]
15 name = "pam"
16
17 [dependencies]
18 libc = "~0.1.5"