Mercurial > crates > nonstick
comparison pam/Cargo.toml @ 16:f64ee7b6cdf1
Update metadata and README
| author | Anthony Nowell <anthony@algorithmia.com> |
|---|---|
| date | Sun, 24 Sep 2017 00:32:36 -0600 |
| parents | 27730595f1ea |
| children | ec70822cbdef |
comparison
equal
deleted
inserted
replaced
| 15:27730595f1ea | 16:f64ee7b6cdf1 |
|---|---|
| 1 [package] | 1 [package] |
| 2 | 2 |
| 3 name = "pam" | 3 name = "pam" |
| 4 description = "PAM bindings for Rust" | 4 description = "PAM bindings for Rust" |
| 5 version = "0.0.2" | 5 version = "0.1.0" |
| 6 authors = [ "Jesse Hallett <jesse@galois.com>" ] | 6 authors = [ "Anthony Nowell <anowell@gmail.com>" ] |
| 7 documentation = "https://tozny.github.io/rust-pam/pam/" | 7 repository = "https://github.com/anowell/pam-rs" |
| 8 homepage = "https://github.com/tozny/rust-pam" | |
| 9 repository = "https://github.com/tozny/rust-pam.git" | |
| 10 readme = "README.md" | 8 readme = "README.md" |
| 11 keywords = ["pam", "ffi", "linux", "authentication"] | 9 keywords = ["pam", "ffi", "linux", "authentication"] |
| 12 license = "MIT" | 10 license = "MIT" |
| 13 | 11 |
| 14 [lib] | 12 [lib] |
