Add the crate to the “cryptography” category on crates.io.

This commit is contained in:
Brian Smith 2017-03-29 21:22:06 -10:00
parent 0913af1af9
commit 5b566cadc3

View File

@ -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"