From 21411b2dc1ced9b5d6d76fb087ae1dc75a81fd46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 29 Nov 2019 20:41:43 +0100 Subject: [PATCH] Add documentation link to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index eb36c9f..b6b5c97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ authors = ["Sebastian Dröge "] license = "MIT" homepage = "https://github.com/sdroege/async-tungstenite" repository = "https://github.com/sdroege/async-tungstenite" +documentation = "https://docs.rs/async-tungstenite" version = "0.2.0" edition = "2018"