From 7a9c8f410054e03a804c386f21c229466488224c Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" Date: Tue, 23 Apr 2019 11:21:24 -0400 Subject: [PATCH] Set cargo new config vars to placeholders for example projects --- .cargo/config | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .cargo/config diff --git a/.cargo/config b/.cargo/config new file mode 100644 index 00000000..2de18713 --- /dev/null +++ b/.cargo/config @@ -0,0 +1,3 @@ +[cargo-new] +name = "Your Name" +email = "you@example.com"