Skip to content

Commit 929ed8a

Browse files
Merge pull request #30 from cooperwalbrun/cargo-toml-authors
Use a Template-Like Name for the Authors Configuration in Cargo.toml
2 parents a4cfba1 + d31ec5a commit 929ed8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "rust-template"
33
edition = "2021"
44
version = "0.1.0"
55
rust-version = "1.76.0"
6-
authors = ["Cooper Walbrun <[email protected]>"]
6+
authors = ["FirstName Lastname <[email protected]>"]
77
description = "A short description of your project."
88
documentation = "https://github.com/cooperwalbrun/rust-template/blob/master/README.md"
99
homepage = "https://github.com/cooperwalbrun/rust-template"

0 commit comments

Comments
 (0)