Skip to content

Commit

Permalink
Add missing documentation metadata to Cargo.toml (#1077)
Browse files Browse the repository at this point in the history
# Description

Add missing metadata fields to `Cargo.toml`:
- `documentation`
- `repository`
- `readme`

This helps to provide more information on certain `crates.io` pages.

# Related Issue(s)

Closes #1076
  • Loading branch information
johnbatty authored Jan 18, 2023
1 parent 750f400 commit 89d531b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 89d531b

Please sign in to comment.