5 lines
113 B
TOML
5 lines
113 B
TOML
[package]
|
|
name = "${1:Project Name}"
|
|
version = "0.0.1"
|
|
authors = [ "`user-full-name` <`user-mail-address`>" ]
|
|
$0
|