outer_cgi 0.2.3

A barebones CGI/FCGI wrapper.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "outer_cgi"
version = "0.2.3"
authors = ["Solra Bizna <solra@bizna.name>"]
description = "A barebones CGI/FCGI wrapper."
license = "Zlib"
repository = "https://github.com/SolraBizna/outer_cgi"
edition = "2018"

[dependencies]
ctrlc = "3.1"
crossbeam-channel = "0.5"

[target.'cfg(unix)'.dependencies]
libc = "0.2"
nix = "0.20"