Walk a directory recursively finding all *.mp3 and *.flac files, exclue common hidden files and folders.
8 lines
145 B
TOML
8 lines
145 B
TOML
[package]
|
|
name = "juno"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
clap = { version = "4.5.4", features = ["derive"] }
|
|
ignore = "0.4.22"
|