Add procedure around new dependencies #1344
Labels
🧑💻 dev experience
developer experience (excluding CI)
📖 documentation
Improvements or additions to documentation
Every new dependency is a liability which adds:
.wasm
)We should therefore have some procedures in place for adding new dependencies.
A good place to start is https://gist.github.com/repi/d98bf9c202ec567fd67ef9e31152f43f
In summary:
Cargo.lock
default-features = true
when it makes senseThis should be documented in
CONTRIBUTING.md
The text was updated successfully, but these errors were encountered: