aboutsummaryrefslogtreecommitdiffstats
path: root/.cargo
AgeCommit message (Collapse)Author
2016-04-25Set `install.root` configurationTeddy Wing
Set the default installation path to `/usr/local/bin`. This allows us to install the program to that path using `cargo install`. The default can be overridden using `cargo install --root /some/path`.