aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTeddy Wing2020-06-28 23:48:54 +0200
committerTeddy Wing2020-06-28 23:48:54 +0200
commitc2f9adfe96406323e715513444a9d70fc7c4c17d (patch)
tree33bec1a7c8d0ceeb33991c275007e05f16706d60 /Cargo.toml
parent13fd1f2619df452dba2ab6ca8340de32c996d268 (diff)
downloadfastcgi-conduit-c2f9adfe96406323e715513444a9d70fc7c4c17d.tar.bz2
examples/server: Try using a `conduit_router::RouteBuilder`
Try making a server with more than one route.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a47f3a0..4d6eb50 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,6 +5,7 @@ edition = "2018"
[dependencies]
conduit = "0.9.0-alpha.2"
+conduit-router = "0.9.0-alpha.2"
fastcgi = "1.0.0"
http = "0.2.1"
Inflector = "0.11.4"