Skip to content

Commit 570a289

Browse files
committed
Anonymize the author name in Cargo.toml
1 parent 7ab969a commit 570a289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "template-bin"
33
version = "0.1.0"
4-
authors = ["Dylan McKay <me@dylanmckay.io>"]
4+
authors = ["Your Name <you@example.com>"]
55
edition = "2018"
66

77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)