Update manifest

This commit is contained in:
Mohd Tarmizi 2015-06-27 05:52:46 +08:00
parent ed5fc6c0e0
commit 15d3aed9f2
1 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,11 @@ name = "fastcgi"
version = "1.0.0-alpha"
authors = ["Mohd Tarmizi Mohd Affandi"]
license = "MIT"
description = "FastCGI library written in pure Rust"
documentation = "http://www.rust-ci.org/mohtar/rust-fastcgi/doc/fastcgi/"
repository = "https://github.com/mohtar/rust-fastcgi"
readme = "README.md"
keywords = ["fastcgi", "web", "server", "protocol", "cgi"]
[dependencies]
libc = "0.1.8"