diff --git a/template.toml b/template.toml deleted file mode 100644 index 4d71893..0000000 --- a/template.toml +++ /dev/null @@ -1,9 +0,0 @@ -# template.toml -# Write any template args here to prompt the user for, giving any defaults/options as applicable - -project_name = "project" -version = "0.1.0" -author = "Joey Hines" -author_email = "joey@ahines.net" -runner = "gdb-multiarch -q -x openocd.gdb" - diff --git a/tmpl.yaml b/tmpl.yaml index 478a8a5..1966ee2 100644 --- a/tmpl.yaml +++ b/tmpl.yaml @@ -13,4 +13,8 @@ prompts: default: joey@ahines.net - id: rust_edition label: Rust Edition - default: 2021 + 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"