From 42fb50b9329a95a84e01366ce27cfa1818c79821 Mon Sep 17 00:00:00 2001 From: David Bonet Date: Sun, 19 Nov 2023 21:32:44 +0100 Subject: [PATCH] cleanup --- Cargo.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 185ebf7..d391b8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,4 @@ async-trait = "0.1" [dev-dependencies] net2 = "0.2" - -[dev-dependencies.tokio] -version = "1" -features = ["rt-multi-thread"] +tokio = { version = "1", features = ["rt-multi-thread"]}