comparison 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
comparison
equal deleted inserted replaced
4:83fc6947aa3c 5:a5cc18a3db47
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.2"
6 authors = [ "Jesse Hallett <jesse@galois.com>" ] 6 authors = [ "Jesse Hallett <jesse@galois.com>" ]
7 documentation = "http://doc.rust-lang.org/pam" 7 documentation = "https://tozny.github.io/rust-pam/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"