gear-foundation / cargo-program

Utility to simplify Gear programs development
GNU General Public License v3.0
1 stars 0 forks source link

Check whether the required toolchain has been installed #32

Open shamilsan opened 2 years ago

shamilsan commented 2 years ago

Problem to Solve

Need to detect the toolchain installed:

Show a suggestion with concrete installing command when some tool is missing.

Possible Solution

See TODO: https://github.com/gear-tech/cargo-program/blob/master/src/commands/build.rs#L26