You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
510 B
Markdown

2 years ago
My scripts/tools for rust development
2 years ago
### list of tools:
2 years ago
#### rcargo:
Run remote cargo commands on remote workstation/server and output builds and
binaries into local machine.
##### Todo:
2 years ago
* [ ] Installing binaries
* [x] install a package binary from crates.io
* [x] handle custom install parameters for cargo
2 years ago
* [ ] install a cargo package bin from local path
2 years ago
* [ ] Building local project on remote machine
* [ ] rsync local changes and build
* [ ] add/exclude build artifacts from sync