21 lines
506 B
YAML
21 lines
506 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"
|
|
- id: runner
|
|
label: Run Command
|
|
default: "gdb-multiarch -q -x openocd.gdb"
|
|
help: "Command used by cargo run to start code on the target hw"
|