initial commit

This commit is contained in:
2024-08-02 13:41:02 -04:00
commit db4c9ee808
8 changed files with 367 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "OlympicTeamNameChooser"
version = "0.1.0"
edition = "2021"
author = "Wyatt J. Miller"
[dependencies]
rand = "*"
serde = "*"
serde_json = "*"