You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by je...@apache.org on 2020/12/09 21:12:38 UTC

[thrift] branch master updated: Add useful links in Rust client's metadata Client: Rust Patch: Dirkjan Ochtman

This is an automated email from the ASF dual-hosted git repository.

jensg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git


The following commit(s) were added to refs/heads/master by this push:
     new 70792f2  Add useful links in Rust client's metadata Client: Rust Patch: Dirkjan Ochtman
70792f2 is described below

commit 70792f2191e5e7345bf08f766638e166d5937f32
Author: Dirkjan Ochtman <di...@ochtman.nl>
AuthorDate: Tue Dec 8 13:46:28 2020 +0100

    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 182cd8d..4f2b4c8 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 <de...@thrift.apache.org>"]
 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"]