diff options
author | Teddy Wing | 2020-06-28 23:48:54 +0200 |
---|---|---|
committer | Teddy Wing | 2020-06-28 23:48:54 +0200 |
commit | c2f9adfe96406323e715513444a9d70fc7c4c17d (patch) | |
tree | 33bec1a7c8d0ceeb33991c275007e05f16706d60 /Cargo.toml | |
parent | 13fd1f2619df452dba2ab6ca8340de32c996d268 (diff) | |
download | fastcgi-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.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |