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
While conformity is the goal, we will sometimes need to be beholden to our biggest user, cargo, to support broken crates for a period of time (e.g. rust-lang/cargo#9932)
To help catch these earlier, we should make a tool, stored in the repo, for extracting all of the toml files and parsing them.
While conformity is the goal, we will sometimes need to be beholden to our biggest user, cargo, to support broken crates for a period of time (e.g. rust-lang/cargo#9932)
To help catch these earlier, we should make a tool, stored in the repo, for extracting all of the toml files and parsing them.
See https://github.com/ehuss/crates-scanner for a starting point. The crates-index crate could help.
The text was updated successfully, but these errors were encountered: