From 5b566cadc37b40024cd4f4999cddd887a1ec6a89 Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Wed, 29 Mar 2017 21:22:06 -1000 Subject: [PATCH] =?UTF-8?q?Add=20the=20crate=20to=20the=20=E2=80=9Ccryptog?= =?UTF-8?q?raphy=E2=80=9D=20category=20on=20crates.io.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0ea33f4..0fd9c9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ repository = "https://github.com/quininer/tokio-rustls" homepage = "https://github.com/quininer/tokio-rustls" documentation = "https://docs.rs/tokio-rustls" description = "Asynchronous TLS/SSL streams for Tokio using Rustls." -categories = ["asynchronous", "network-programming"] +categories = ["asynchronous", "cryptography", "network-programming"] [dependencies] futures = "0.1"