aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 963446505fed9b499abf16a6ae6fd7986286dfb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "fastcgi-conduit"
version = "0.1.0"
edition = "2018"

[dependencies]
conduit = "0.9.0-alpha.2"
fastcgi = "1.0.0"
http = "0.2.1"
Inflector = "0.11.4"
log = "0.4.8"
snafu = "0.6.8"

[dev-dependencies]
conduit-router = "0.9.0-alpha.2"