Mercurial > crates > nonstick
annotate Cargo.toml @ 6:2ec97116d72c
Updates for rustc 1.0.0-beta
author | Jesse Hallett <jesse@galois.com> |
---|---|
date | Fri, 03 Apr 2015 23:16:44 -0700 |
parents | a5cc18a3db47 |
children |
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] | |
6
2ec97116d72c
Updates for rustc 1.0.0-beta
Jesse Hallett <jesse@galois.com>
parents:
5
diff
changeset
|
15 name = "pam" |
1 | 16 |
6
2ec97116d72c
Updates for rustc 1.0.0-beta
Jesse Hallett <jesse@galois.com>
parents:
5
diff
changeset
|
17 [dependencies] |
2ec97116d72c
Updates for rustc 1.0.0-beta
Jesse Hallett <jesse@galois.com>
parents:
5
diff
changeset
|
18 libc = "~0.1.5" |