Expand description
Centralized configuration for setting “global” cargo command flags, such as
--locked, --verbose, etc…
This node can then be depended on by nodes which do fine-grained ops with
cargo (e.g: cargo build, cargo doc, cargo test, etc…) to avoid
duping the same flag config all over the place.