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"]}