17 lines
330 B
YAML
17 lines
330 B
YAML
|
prompts:
|
||
|
- id: project_name
|
||
|
label: Rust Project Name
|
||
|
default: project
|
||
|
- id: version
|
||
|
label: Version
|
||
|
default: "0.1.0"
|
||
|
- id: author
|
||
|
label: Auhtor
|
||
|
default: Joey Hines
|
||
|
- id: author_email
|
||
|
label: Author Email
|
||
|
default: joey@ahines.net
|
||
|
- id: rust_edition
|
||
|
label: Rust Edition
|
||
|
default: 2021
|