cargo new
and cargo init
should optionally populate package.description
in Cargo.toml
...
#12736
Labels
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Command-init
Command-new
S-propose-close
Status: A team member has nominated this for closing, pending further input from the team
S-triage
Status: This issue is waiting on initial triage.
Problem
hey there 👋
i noticed that crates.io requires a package have a description (docs) but the
cargo new
andcargo init
commands currently do not let you set that field.Proposed Solution
allow users to set a package's
description
field via option flag - something like:Notes
No response
The text was updated successfully, but these errors were encountered: