From 1b0be0d0e7fa1040fc51b748256b290e24677b19 Mon Sep 17 00:00:00 2001 From: Jimmy Cuadra Date: Sun, 16 Jun 2019 16:45:02 -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 dcd9566c..24889ef7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,6 @@ [package] authors = ["Jimmy Cuadra "] +categories = ["api-bindings"] description = "Serializable types for the events in the Matrix specification." documentation = "https://docs.rs/ruma-events" homepage = "https://github.com/ruma/ruma-events"