crateDescription is used by buildRustCrate to populate the CARGO_PKG_DESCRIPTION env var (ref).
This env var is used by tools like clap to automatically populate the description of a rust binary from the Cargo.toml (ref). We should include the description to ensure that such usages can work as intended.
crateDescription
is used bybuildRustCrate
to populate theCARGO_PKG_DESCRIPTION
env var (ref).This env var is used by tools like clap to automatically populate the description of a rust binary from the
Cargo.toml
(ref). We should include the description to ensure that such usages can work as intended.