From 67c7d8909b1d20925e3c4f33e20c4923d0689722 Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Thu, 30 Mar 2017 10:17:03 -1000 Subject: [PATCH] Add readme to Cargo.toml. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 0fd9c9f..06a7126 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ license = "MIT/Apache-2.0" repository = "https://github.com/quininer/tokio-rustls" homepage = "https://github.com/quininer/tokio-rustls" documentation = "https://docs.rs/tokio-rustls" +readme = "README.md" description = "Asynchronous TLS/SSL streams for Tokio using Rustls." categories = ["asynchronous", "cryptography", "network-programming"]