Is it possible for cargo to specify the installation directory? I can’t see it. Use case is a server, with the program being started from a script at reboot.
“cargo install” puts the binary in ~/.cargo/bin
I would like to be able to do something like:
sudo cargo install --path /usr/local/bin