comparison Cargo.toml @ 3:30ce6e9d3e91

Adds metadata to Cargo.toml
author Jesse Hallett <jesse@galois.com>
date Thu, 05 Mar 2015 18:06:20 -0800
parents b195a14058bb
children 83fc6947aa3c
comparison
equal deleted inserted replaced
2:e69e2966ae0d 3:30ce6e9d3e91
1 [package] 1 [package]
2 2
3 name = "pam" 3 name = "pam"
4 description = "PAM bindings for Rust"
4 version = "0.0.1" 5 version = "0.0.1"
5 authors = [ "Jesse Hallett <jesse@galois.com" ] 6 authors = [ "Jesse Hallett <jesse@galois.com" ]
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"
13 license-file = "LICENSE"
6 14
7 [lib] 15 [lib]
8 16
9 name = "pam" 17 name = "pam"