2026-07-10 ディレクトリ配下のRustプロジェクトを再帰的に clean する find . -type f -name "Cargo.toml" -execdir cargo clean \;