rust-fastcgi/Cargo.toml

14 lines
401 B
TOML
Raw Normal View History

2015-06-25 14:31:40 +00:00
[package]
name = "fastcgi"
2015-12-12 12:29:43 +00:00
version = "1.0.0-alpha.3"
2015-06-25 14:31:40 +00:00
authors = ["Mohd Tarmizi Mohd Affandi"]
license = "MIT"
2015-06-26 21:52:46 +00:00
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"]
2015-06-25 14:31:40 +00:00
[dependencies]
2016-02-11 09:09:19 +00:00
libc = "0.2.7"