Mercurial > crates > nonstick
comparison 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 |
comparison
equal
deleted
inserted
replaced
3:30ce6e9d3e91 | 4:83fc6947aa3c |
---|---|
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.1" | 5 version = "0.0.1" |
6 authors = [ "Jesse Hallett <jesse@galois.com" ] | 6 authors = [ "Jesse Hallett <jesse@galois.com>" ] |
7 documentation = "http://doc.rust-lang.org/pam" | 7 documentation = "http://doc.rust-lang.org/pam" |
8 homepage = "https://github.com/tozny/rust-pam" | 8 homepage = "https://github.com/tozny/rust-pam" |
9 repository = "https://github.com/tozny/rust-pam.git" | 9 repository = "https://github.com/tozny/rust-pam.git" |
10 readme = "README.md" | 10 readme = "README.md" |
11 keywords = ["pam", "ffi", "linux", "authentication"] | 11 keywords = ["pam", "ffi", "linux", "authentication"] |
12 license = "MIT" | 12 license = "MIT" |
13 license-file = "LICENSE" | |
14 | 13 |
15 [lib] | 14 [lib] |
16 | 15 |
17 name = "pam" | 16 name = "pam" |