Thanks for this tool, it's awesome! I'd really like to be able to skip subdirectories in a project I have.
The current setup is that there is a tests directory and many of the tests are their own Cargo project, with a unique Cargo.toml that has unused deps. I don't want to edit the tests to ensure they have only used dependencies.
From what I can understand skipping specified subdirectories isn't currently supported. Is this feature something you would accept a contribution for?
Thanks for this tool, it's awesome! I'd really like to be able to skip subdirectories in a project I have.
The current setup is that there is a
testsdirectory and many of the tests are their own Cargo project, with a unique Cargo.toml that has unused deps. I don't want to edit the tests to ensure they have only used dependencies.From what I can understand skipping specified subdirectories isn't currently supported. Is this feature something you would accept a contribution for?