ProvableHQ/snarkVM

Multiple crates missing `repository` field

Closed this issue · 1 comments

Hi! As part of our efforts to verify that crates.io releases are reproducible 1, we have discovered that one or more crates hosted in this repo are missing the repository field 2 in Cargo.toml.

The repository field helps users and automated tools find the link to the git repository hosting the source code. While not required by crates.io, we believe it should always be set.

We suggest that the repository field be configured for every crate published to crates.io. Thank you very much.

Footnotes

  1. https://github.com/M4SS-Code/cargo-goggles/issues/11

  2. https://doc.rust-lang.org/cargo/reference/manifest.html#the-repository-field

Good advice. Will continue to track this.