0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-19 19:42:19 +02:00

Guidelines: avoid cargo add

This commit is contained in:
Jordan Rose 2024-04-30 14:00:33 -07:00
parent 09bffd5ab4
commit 96e3fd9d37

View File

@ -48,6 +48,8 @@ These should usually be prioritized in that order, but adjust the trade-off as n
- **We do not have a changelog file**; we rely on [GitHub displaying all our releases](https://github.com/signalapp/libsignal/releases).
- **Avoid `cargo add`**, or fix up the Cargo.toml afterwards. Some of our dependency lists are organized and `cargo add` doesn't respect that.
- We do not have consistent guidelines for how to do errors in Rust, and the different crates do them differently. :-(