diff --git a/tokio-test/Cargo.toml b/tokio-test/Cargo.toml index 2801e25ec..bc26179bd 100644 --- a/tokio-test/Cargo.toml +++ b/tokio-test/Cargo.toml @@ -14,7 +14,7 @@ homepage = "https://tokio.rs" description = """ Testing utilities for Tokio- and futures-based code """ -categories = ["asynchronous", "testing"] +categories = ["asynchronous", "development-tools::testing"] [dependencies] tokio = { version = "1.2.0", path = "../tokio", features = ["rt", "sync", "time", "test-util"] }