AleoNet / snarkVM

A Virtual Machine for Zero-Knowledge Executions

Home Page:https://snarkvm.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple crates missing `repository` field

paolobarbolini opened this issue · 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.