summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirkjan Ochtman <dirkjan@ochtman.nl>2020-12-08 13:46:28 +0100
committerJens Geyer <jensg@apache.org>2020-12-09 22:12:14 +0100
commit70792f2191e5e7345bf08f766638e166d5937f32 (patch)
tree6641f16b54e5b7dae6fb12e85ad4cfed2c36b172
parent494a845dd972fc0e68f6937e27ae74efd444b848 (diff)
downloadthrift-70792f2191e5e7345bf08f766638e166d5937f32.tar.gz
Add useful links in Rust client's metadata
Client: Rust Patch: Dirkjan Ochtman This closes #2291
-rw-r--r--lib/rs/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/rs/Cargo.toml b/lib/rs/Cargo.toml
index 182cd8d86..4f2b4c82c 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 <dev@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"]