rust-fastcgi/Cargo.toml

14 lines
361 B
TOML
Raw Normal View History

2015-06-25 14:31:40 +00:00
[package]
name = "fastcgi"
2018-04-22 03:13:53 +00:00
version = "1.0.0"
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 = "https://docs.rs/fastcgi"
2015-06-26 21:52:46 +00:00
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-04-05 05:01:40 +00:00
libc = "0.2.9"