Skip to content

Commit

Permalink
Merge pull request #30 from cooperwalbrun/cargo-toml-authors
Browse files Browse the repository at this point in the history
Use a Template-Like Name for the Authors Configuration in Cargo.toml
  • Loading branch information
cooperwalbrun authored Jul 23, 2024
2 parents a4cfba1 + d31ec5a commit 929ed8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "rust-template"
edition = "2021"
version = "0.1.0"
rust-version = "1.76.0"
authors = ["Cooper Walbrun <[email protected]>"]
authors = ["FirstName Lastname <[email protected]>"]
description = "A short description of your project."
documentation = "https://github.com/cooperwalbrun/rust-template/blob/master/README.md"
homepage = "https://github.com/cooperwalbrun/rust-template"
Expand Down

0 comments on commit 929ed8a

Please sign in to comment.