Mercurial > crates > nonstick
changeset 3:30ce6e9d3e91
Adds metadata to Cargo.toml
author | Jesse Hallett <jesse@galois.com> |
---|---|
date | Thu, 05 Mar 2015 18:06:20 -0800 |
parents | e69e2966ae0d |
children | 83fc6947aa3c |
files | Cargo.toml |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Cargo.toml Thu Mar 05 16:33:43 2015 -0800 +++ b/Cargo.toml Thu Mar 05 18:06:20 2015 -0800 @@ -1,8 +1,16 @@ [package] name = "pam" +description = "PAM bindings for Rust" version = "0.0.1" authors = [ "Jesse Hallett <jesse@galois.com" ] +documentation = "http://doc.rust-lang.org/pam" +homepage = "https://github.com/tozny/rust-pam" +repository = "https://github.com/tozny/rust-pam.git" +readme = "README.md" +keywords = ["pam", "ffi", "linux", "authentication"] +license = "MIT" +license-file = "LICENSE" [lib]