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
We can't review EVERYTHING + some crates should really be in the stdlib = set of trusted crates.
The question we need to pose is: do we want this set of trusted crates to be public knowledge? Because it'd be much much easier to implement this with a dependencies.toml at the root of diem/diem that lists our set of trusted crates.
This could also be a folder instead (/.dependencies or /.whackadep/dependencies) which would contain files like rand.toml which would contain notes from users on why we should trust this crate. For example:
We can't review EVERYTHING + some crates should really be in the stdlib = set of trusted crates.
The question we need to pose is: do we want this set of trusted crates to be public knowledge? Because it'd be much much easier to implement this with a
dependencies.toml
at the root ofdiem/diem
that lists our set of trusted crates.This could also be a folder instead (
/.dependencies
or/.whackadep/dependencies
) which would contain files likerand.toml
which would contain notes from users on why we should trust this crate. For example:What do you think? cc @jnaulty @xvschneider @mickayz @AnomalRoil @metajack
The text was updated successfully, but these errors were encountered: