rust-db / refinery

Powerful SQL migration toolkit for Rust.
MIT License
1.34k stars 127 forks source link

Make Cli Tool Available via cargo-binstall #250

Open erayerdin opened 2 years ago

erayerdin commented 2 years ago

cargo-binstall is a cargo subcommand that installs prebuilt binaries of cli apps instead of compiling them on the host machine, which saves a lot of time.

jxs commented 9 months ago

Hi, and thanks for the interest! Care to submit a PR address it? Seems simple