9 lines
213 B
TOML
9 lines
213 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"
|
||
|
|