**Problem Statement.** Today nothing flags unused dependencies; nothing flags implicit deps via legacy import paths. **Expected Outcome.** Add CI step `cargo machete` and `cargo udeps`. **Files:** `.github/workflows/ci.yml` (new step).
Problem Statement. Today nothing flags unused dependencies;
nothing flags implicit deps via legacy import paths.
Expected Outcome. Add CI step
cargo macheteandcargo udeps.Files:
.github/workflows/ci.yml(new step).