You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! As part of https://crates.io/crates/cargo-goggles we're scraping the top 20k crates from crates.io. We have noticed that crates in this repository are missing the repository field inside Cargo.toml, which as explained by the docs 1 tells crates.io, lib.rs and any other system that might be interested in it the link to the repository.
I'd also suggest checking that Rust crates in other repositories follow this same convention.
Hi! As part of https://crates.io/crates/cargo-goggles we're scraping the top 20k crates from crates.io. We have noticed that crates in this repository are missing the
repository
field insideCargo.toml
, which as explained by the docs 1 tells crates.io, lib.rs and any other system that might be interested in it the link to the repository.I'd also suggest checking that Rust crates in other repositories follow this same convention.
Footnotes
https://doc.rust-lang.org/cargo/reference/manifest.html#the-repository-field ↩
The text was updated successfully, but these errors were encountered: