From 0ddfedea3f89f20b100061037277671451b34c4a Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 4 Jul 2020 18:45:36 +0200 Subject: Cargo.toml: Move `conduit-router` to `dev-dependencies` Since we're only using it in an example binary, it shouldn't be a main library dependency. --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 284cb34..9634465 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,9 +5,11 @@ 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" log = "0.4.8" snafu = "0.6.8" + +[dev-dependencies] +conduit-router = "0.9.0-alpha.2" -- cgit v1.2.3