From 70792f2191e5e7345bf08f766638e166d5937f32 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Tue, 8 Dec 2020 13:46:28 +0100 Subject: [PATCH] Add useful links in Rust client's metadata Client: Rust Patch: Dirkjan Ochtman This closes #2291 --- lib/rs/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/rs/Cargo.toml b/lib/rs/Cargo.toml index 182cd8d86aa..4f2b4c82c25 100644 --- a/lib/rs/Cargo.toml +++ b/lib/rs/Cargo.toml @@ -6,7 +6,8 @@ version = "0.14.0" license = "Apache-2.0" authors = ["Apache Thrift Developers "] homepage = "http://thrift.apache.org" -documentation = "https://thrift.apache.org" +documentation = "https://docs.rs/thrift" +repository = "https://github.com/apache/thrift/tree/master/lib/rs" readme = "README.md" exclude = ["Makefile*", "test/**", "*.iml"] keywords = ["thrift"]