From 77e5976ba65ca4ecf1742e4ffcfcf3e37a37ff0a Mon Sep 17 00:00:00 2001 From: Jimmy Cuadra Date: Sun, 16 Jun 2019 16:41:59 -0700 Subject: [PATCH] Add crates.io categories. [ci skip] --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index decea527..d4717b8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,6 @@ [package] authors = ["Jimmy Cuadra "] +categories = ["api-bindings"] description = "Resource identifiers for Matrix." documentation = "https://docs.rs/ruma-identifiers" homepage = "https://github.com/ruma/ruma-identifiers"