Mercurial > crates > nonstick
annotate Cargo.toml @ 4:83fc6947aa3c
Fixes email address in Cargo.toml metadata, removes license-file key
| author | Jesse Hallett <jesse@galois.com> |
|---|---|
| date | Thu, 05 Mar 2015 18:25:35 -0800 |
| parents | 30ce6e9d3e91 |
| children | a5cc18a3db47 |
| rev | line source |
|---|---|
| 1 | 1 [package] |
| 2 | |
| 3 name = "pam" | |
| 3 | 4 description = "PAM bindings for Rust" |
| 1 | 5 version = "0.0.1" |
|
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>" ] |
| 3 | 7 documentation = "http://doc.rust-lang.org/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" | |
| 1 | 13 |
| 14 [lib] | |
| 15 | |
| 16 name = "pam" |
