gfcgi 0.3.0

Native Rust library for FastCGI
Documentation
[package]
authors = ["Gedweb <inbox@gedweb.name>"]
name = "gfcgi"
version = "0.3.0"
keywords = ["FastCGI", "fcgi", "http", "https"]
readme = "README.md"
license = "MIT"
description = "Native Rust library for FastCGI"
repository = "https://github.com/Gedweb/rust-gfcgi.git"

[[bin]]
name = "gfcgi"
path = "example/main.rs"

[lib]
name = "gfcgi"

[dependencies]
byteorder = "^0.5.1"