From 43479fe13e63c258f97debf340b55ddd65e018ba Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Sat, 10 Oct 2020 21:11:34 +0200 Subject: [PATCH] Small tweak --- Cargo.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bc6e03e..70ea232 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ color-eyre = "0.5.6" lazy_static = "1.4.0" serde = "1.0.116" toml = "0.5.6" +thirtyfour = { version = "0.19.0", features = ["tokio-runtime"] } tokio = { version = "0.2.22", features = ["process", "sync"] } [dependencies.rocket] @@ -17,7 +18,3 @@ default-features = false [dependencies.rocket_contrib] git = "https://github.com/SergioBenitez/Rocket" - -[dependencies.thirtyfour] -version = "0.19.0" -features = ["tokio-runtime"]