Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crates.io entry is missing link to rustdoc documentation #1076

Closed
johnbatty opened this issue Jan 18, 2023 · 0 comments · Fixed by #1077
Closed

crates.io entry is missing link to rustdoc documentation #1076

johnbatty opened this issue Jan 18, 2023 · 0 comments · Fixed by #1077
Labels
bug Something isn't working

Comments

@johnbatty
Copy link
Contributor

The deltalake entry displayed when searching crates.io is missing:

  • link to rustdoc documentation
  • link to github repo

This information should be provided via metadata fields in Cargo.toml:

  • documentation
  • repository

I'll submit a PR that fixes these up.

@johnbatty johnbatty added the bug Something isn't working label Jan 18, 2023
roeap pushed a commit that referenced this issue Jan 18, 2023
# 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
chitralverma pushed a commit to chitralverma/delta-rs that referenced this issue Mar 17, 2023
# 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 delta-io#1076
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant