WebFoolKit 0.1.0

CGI and Cookies in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "WebFoolKit"
version = "0.1.0"
authors = ["Al Poole <netstar@gmail.com>"]
description = "CGI and Cookies in Rust"
documentation = "http://www.haxlab.org"
homepage = "http://www.haxlab.org"
repository = "https://github.com/haxworx/RustCGI"
readme = "README"
keywords = ["CGI", "Cookies", "Web"]
license = "BSD"
[dependencies.threadpool]
version = "*"
git = "https://github.com/rust-lang/threadpool"