Expand on it so if it's nested crates
For example:
dev/
    rust/
         major_project/
                       crate1/
                              src/
                              target/
                       crate2/
                              src/
                              target/
Basically, this will allow major_project/crate1 and crate2 to get
cleaned (So long as the root project isn't a project that could be
cleaned as well)