Parse command-line arguments with clap
This commit is contained in:
parent
ac1d05089d
commit
f3b5bfe6f4
2 changed files with 20 additions and 2 deletions
|
@ -5,4 +5,5 @@ edition = "2021"
|
|||
license = "GPL-3.0-or-later"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.0.18", features = ["derive"] }
|
||||
rodio = "0.16.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue