limit rust checks/builds to bin crates only Run cargo check/test/clippy/build only for crates under bin/ using --manifest-path instead of the full workspace. This avoids unrelated validating all binaries.