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"]