From dff3c41ac9f69ae851ecacfa134eb57534cdd1ec Mon Sep 17 00:00:00 2001 From: Jake Goulding Date: Fri, 20 Jan 2017 11:28:51 -0500 Subject: [PATCH] Add categories to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 8ea941a7..ac82a09a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ homepage = "https://github.com/DaGenix/rust-crypto/" repository = "https://github.com/DaGenix/rust-crypto/" description = "A (mostly) pure-Rust implementation of various common cryptographic algorithms." keywords = [ "Crypto", "MD5", "Sha1", "Sha2", "AES" ] +categories = ["cryptography"] readme = "README.md" build = "build.rs"