Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rusty: Support downloading rusty deps in separate build step
Cargo supports the cargo fetch command to fetch dependencies via the network before compiling with cargo build. Let's put it into a separate Makefile target so that packaging systems can separate steps that require network access from just building. Signed-off-by: David Vernet <void@manifault.com>
- Loading branch information