fastcgi 1.0.0-alpha

FastCGI library written in pure Rust
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
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"