aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 69249f65189ac2f1b368967f42cc8911ac3d6884 (plain)
1
2
3
4
5
6
7
8
[package]
name = "fcgi"
version = "0.0.1"
edition = "2018"

[dependencies]
fastcgi = "1.0.0"
http = "0.2.1"