view 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
line wrap: on
line source

[package]

name = "pam"
description = "PAM bindings for Rust"
version = "0.0.1"
authors = [ "Jesse Hallett <jesse@galois.com>" ]
documentation = "http://doc.rust-lang.org/pam"
homepage = "https://github.com/tozny/rust-pam"
repository = "https://github.com/tozny/rust-pam.git"
readme = "README.md"
keywords = ["pam", "ffi", "linux", "authentication"]
license = "MIT"

[lib]

name = "pam"