upload diceroller
This commit is contained in:
commit
de2ce4ed31
5 changed files with 1221 additions and 0 deletions
9
Cargo.toml
Normal file
9
Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue