feat: Add basic directory walker functionality
Walk a directory recursively finding all *.mp3 and *.flac files, exclue common hidden files and folders.
This commit is contained in:
parent
48ba1f9386
commit
6e4842a71a
2 changed files with 48 additions and 4 deletions
|
|
@ -3,6 +3,6 @@ name = "juno"
|
|||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.4", features = ["derive"] }
|
||||
ignore = "0.4.22"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue