10 lines
256 B
TOML
10 lines
256 B
TOML
|
# 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"
|
||
|
|