From 843207be8a06143a295497f807d2f3f4b91a6d64 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Fri, 2 Aug 2024 14:28:01 -0400 Subject: [PATCH] added author --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6a5e56b..ba61bad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "OlympicTeamNameChooser" version = "0.1.0" edition = "2021" -author = "Wyatt J. Miller" +authors = ["Wyatt J. Miller "] [dependencies] rand = "*"