From b2e0c30fcf9773886785ec14d549a84678ef2e17 Mon Sep 17 00:00:00 2001 From: Ankur Srivastava Date: Sat, 9 Jan 2021 00:14:30 +0100 Subject: [PATCH] fix category slugs Signed-off-by: Ankur Srivastava --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f547e87..06d54bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] authors = ["Ankur Srivastava "] -categories = ["sdk", "aiven", "cloud", "infra"] +categories = ["api-bindings", "asynchronous", "cloud", "infra"] description = "This is a rust sdk to interact with aiven-cloud apis." documentation = "https://docs.rs/aiven-rs" edition = "2018"