Mercurial > crates > nonstick
annotate Cargo.toml @ 5:a5cc18a3db47
Updates documentation link, bumps version number
author | Jesse Hallett <jesse@galois.com> |
---|---|
date | Fri, 06 Mar 2015 14:01:36 -0800 |
parents | 83fc6947aa3c |
children | 2ec97116d72c |
rev | line source |
---|---|
1 | 1 [package] |
2 | |
3 name = "pam" | |
3 | 4 description = "PAM bindings for Rust" |
5
a5cc18a3db47
Updates documentation link, bumps version number
Jesse Hallett <jesse@galois.com>
parents:
4
diff
changeset
|
5 version = "0.0.2" |
4
83fc6947aa3c
Fixes email address in Cargo.toml metadata, removes license-file key
Jesse Hallett <jesse@galois.com>
parents:
3
diff
changeset
|
6 authors = [ "Jesse Hallett <jesse@galois.com>" ] |
5
a5cc18a3db47
Updates documentation link, bumps version number
Jesse Hallett <jesse@galois.com>
parents:
4
diff
changeset
|
7 documentation = "https://tozny.github.io/rust-pam/pam/" |
3 | 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" | |
1 | 13 |
14 [lib] | |
15 | |
16 name = "pam" |