summaryrefslogtreecommitdiffstats
path: root/tokio-tls
diff options
context:
space:
mode:
authorIvan Petkov <ivanppetkov@gmail.com>2019-08-18 11:11:46 -0700
committerGitHub <noreply@github.com>2019-08-18 11:11:46 -0700
commit6d8d388dc575896b39f5fa4134667b8ffa7f2fb7 (patch)
treeca9a962d570bf0991f99e36e9dd9fd1434e0d4e1 /tokio-tls
parentbc61bd9d3d401b8825bcfcd802ddd80a7ad2ebeb (diff)
docs: add docs.rs metadata to build with all features (#1471)
Diffstat (limited to 'tokio-tls')
-rw-r--r--tokio-tls/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/tokio-tls/Cargo.toml b/tokio-tls/Cargo.toml
index 746f187d..0133b6cd 100644
--- a/tokio-tls/Cargo.toml
+++ b/tokio-tls/Cargo.toml
@@ -58,3 +58,6 @@ features = [
"wincrypt",
"winerror",
]
+
+[package.metadata.docs.rs]
+all-features = true