From 6f4f7747a6eb7f12eae4beaa7bf05b08e65bb272 Mon Sep 17 00:00:00 2001 From: Alexey Galakhov Date: Wed, 22 Mar 2017 19:28:55 +0100 Subject: [PATCH] Add link to documentation --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 1c64297..0ef93e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,8 @@ categories = ["web-programming::websocket", "network-programming", "asynchronous keywords = ["websocket", "io", "web"] authors = ["Daniel Abramov ", "Alexey Galakhov "] license = "MIT" +homepage = "https://github.com/snapview/tokio-tungstenite" +documentation = "https://docs.rs/tokio-tungstenite" repository = "https://github.com/snapview/tokio-tungstenite" version = "0.1.1"