OlympicTeamNameChooser/Cargo.toml

11 lines
188 B
TOML
Raw Normal View History

2024-08-02 12:41:02 -05:00
[package]
name = "OlympicTeamNameChooser"
version = "0.1.0"
edition = "2021"
2024-08-02 13:28:01 -05:00
authors = ["Wyatt J. Miller <wyatt@wyattjmiller.com>"]
2024-08-02 12:41:02 -05:00
[dependencies]
rand = "*"
serde = "*"
serde_json = "*"