sudo-rs icon indicating copy to clipboard operation
sudo-rs copied to clipboard

Remove log and pretty-assertions dependencies

Open bjorn3 opened this issue 1 week ago • 1 comments
trafficstars

The log crate wasn't used for getting logs from dependencies and we only used a small subset of the functionality of the log crate, so removing it simplifies things.

The pretty-assertions crate was only used in a single test module and didn't pull it's weight imho.

bjorn3 avatar Nov 10 '25 13:11 bjorn3