| Crates.io | cargo-recursive |
| lib.rs | cargo-recursive |
| version | 0.1.1 |
| created_at | 2020-12-31 12:10:47.798186+00 |
| updated_at | 2022-01-05 03:19:33.985838+00 |
| description | Cargo subcommand for running a (cargo) command in all cargo projects under a specified directory |
| homepage | |
| repository | https://github.com/Dentosal/cargo-recursive |
| max_upload_size | |
| id | 329708 |
| size | 10,795 |
A cargo subcommand for running a command in all subdirectories recursively.
cargo install cargo-recursive
To clean all subdirectories recursively
cargo recursive clean
Print all selected crates and their versions
cargo recursive read-manifest | jq '.name + " " + .version'
This projest is licensed under CC0