From 6f3f4559b798bb8e70bae74abb34c01a6ef9bc17 Mon Sep 17 00:00:00 2001 From: John Batty Date: Wed, 18 Jan 2023 10:24:35 +0000 Subject: [PATCH] Add missing documentation metadata to Cargo.toml --- rust/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index ec937f224b..e70aa49c94 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -7,6 +7,9 @@ homepage = "https://github.com/delta-io/delta.rs" license = "Apache-2.0" keywords = ["deltalake", "delta", "datalake"] description = "Native Delta Lake implementation in Rust" +documentation = "https://docs.rs/deltalake" +repository = "https://github.com/delta-io/delta.rs" +readme = "README.md" edition = "2021" [dependencies]