From bb6cd88cbfb13a5900508c23b274809a8a6f9903 Mon Sep 17 00:00:00 2001 From: LukeMathWalker Date: Thu, 11 Feb 2021 08:52:18 +0000 Subject: [PATCH] Tokio is a dev dependency. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f986781..2be810d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,8 +14,8 @@ name = "zero2prod" [dependencies] actix-web = "4.0.0-beta.3" -tokio = "1" [dev-dependencies] actix-rt = "2" reqwest = "0.11" +tokio = "1"