From aa9d546b1b2237cdf3ddb2bfd3a1bdb74301003a Mon Sep 17 00:00:00 2001 From: Jimmy Cuadra Date: Sun, 16 Jun 2019 16:42:46 -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 78b593e8..26e83888 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,6 @@ [package] authors = ["Jimmy Cuadra "] +categories = ["api-bindings", "cryptography"] description = "Digital signatures according to the Matrix specification." documentation = "https://docs.rs/ruma-signatures" edition = "2018"