Skip to content

feat(justfile): Use cargo-machete to detect unused dependencies

David Runge requested to merge feat/detect_unused into main

Add get-workspace-members recipe to get the names of all workspace members. Add check-unused-deps recipe to detect unused dependencies using cargo-machete.

Signed-off-by: David Runge dvzrv@archlinux.org

Merge request reports