From 6b9e278578d0f90eca52c8d04e8aa8caa8133916 Mon Sep 17 00:00:00 2001 From: Waffle Date: Wed, 17 Feb 2021 00:17:14 +0300 Subject: [PATCH] fix crates.io categories --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ebe550c5..db36dd25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ documentation = "https://docs.rs/teloxide-core/" readme = "README.md" keywords = ["telegram", "bot", "tba"] -categories = ["API bindings", "Asynchronous"] +categories = ["api-bindings", "asynchronous"] exclude = [ ".github/*",