This commit is contained in:
James Musselman 2024-02-13 11:35:44 -06:00
parent a419c81f2b
commit aba32d473e
Signed by: Musselman
GPG key ID: 1DAEFF35ECB5D6DB
3 changed files with 184 additions and 2 deletions

View file

@ -7,3 +7,5 @@ authors = ["James Musselman <jtmuss@pm.me>"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rand = "0.8.4"
Inflector = "*"