upload diceroller

This commit is contained in:
James Musselman 2024-10-23 23:09:10 -05:00
commit de2ce4ed31
Signed by: Musselman
GPG key ID: 1DAEFF35ECB5D6DB
5 changed files with 1221 additions and 0 deletions

9
Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "roll"
version = "0.1.0"
edition = "2021"
[dependencies]
clap = "4.5.10"
rand = "0.8.5"
rodio = "0.19.0"