aurae-runtime / aurae

Distributed systems runtime daemon written in Rust.
https://aurae.io
Apache License 2.0
1.85k stars 91 forks source link

Prevent unused deps in build #260

Closed krisnova closed 1 year ago

krisnova commented 1 year ago

We have a bad habit of putting deps into the project and later removing them without actually taking them out of the Cargo.toml

Can we run https://github.com/est31/cargo-udeps on our builds and fail if there are unused deps?