aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fb3da9b..a47f3a0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,9 +1,11 @@
[package]
-name = "fcgi"
+name = "fastcgi-conduit"
version = "0.0.1"
edition = "2018"
[dependencies]
+conduit = "0.9.0-alpha.2"
fastcgi = "1.0.0"
http = "0.2.1"
Inflector = "0.11.4"
+snafu = "0.6.8"