r12f / rnp

A simple layer 4 ping tool for cloud.
Apache License 2.0
72 stars 7 forks source link

Add scripts to install cargo-make binary package. #117

Closed r12f closed 3 years ago

r12f commented 3 years ago

cargo install cargo-make needs time to compile, so adding script to install compiled binary directly to save time.

It also helps the bootstrap, since we uses cargo-make to help setup the build environment, but we need to build environment to build cargo-make.