aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2020-06-22 20:13:04 +0200
committerTeddy Wing2020-06-22 20:13:04 +0200
commit1f379b4cfa7c05f8f3429ddd666b1b9054020937 (patch)
tree2675dddc0f1807ee687cb1e6c272ef93bf2839ca
parent4bfce426b7f7d0136bbff85865a8767ce587faea (diff)
downloadfastcgi-conduit-1f379b4cfa7c05f8f3429ddd666b1b9054020937.tar.bz2
Cargo.toml: Add 'fastcgi' and 'http' dependencies
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8620d96..9885d5f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,3 +4,5 @@ version = "0.0.1"
edition = "2018"
[dependencies]
+fastcgi = "1.0.0"
+http = "0.2.1"