2022-06-15 03:34:22 +00:00
|
|
|
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
|
2022-06-15 03:43:53 +00:00
|
|
|
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"
|