### Component Forge ### Describe the feature you would like I'd like the `forge bind` command to have the following options: - `--crate-description`: Define `package.description` in `Cargo.toml` - `--crate-license`: Define `package.license` in `Cargo.toml` They're similar to `--crate-name` and `--crate-version`. ### Additional context This is necessary because when trying to publish the crate to [crates.io], it requires `description` and `license` as well.