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

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