cargo-build (1) Linux Manual Page
NAME cargo-build – Compile the current project SYNOPSIS cargo build [OPTIONS] DESCRIPTION Compile a local package and all of its dependencies. If the –package argument is given, then SPEC is a package id specification which indicates which package should be built. If it is not given, then the current package is built. For more information…
