Me too. There is one artist who draws Proto Miku a lot. All very cute, but I didn’t want to spam the community with the same Miku.
You can globally share compile artifacts by setting a global target directory in the global Cargo config.
In $HOME/.cargo/config.toml:
[build]
target-dir = "/path/to/dir"
The only problems I had when I did it where some cargo plugins and some dependencies with build.rs files that expected the target folder in it’s usual location.
Yea looks like that’s what happened