Currently, the target directly is at ~/foobar/target
I would like the target directory to go to ~/target-foobar (out of the ~/foobar path).
Is this possible with cargo? [The motivation is that a number of search tools I use operate at the "project" level, and end up searching through all the ~/foobar/target directory, which drastically slows things down. Instead of reconfiguring each tool separately, I would prefer to just move the target elsewhere.]