From 51aabd87ab79f0fc9c366ef9705a4b128d8a3224 Mon Sep 17 00:00:00 2001 From: Jakub Trzeciak Date: Sat, 10 Feb 2024 21:59:19 +0100 Subject: add autodetecting music folder location --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6139a41..3f05b05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,4 +7,5 @@ edition = "2021" [dependencies] lofty = "0.13.0" -regex = "1.8.3" \ No newline at end of file +regex = "1.8.3" +clap = { version = "4.4.18", features = ["derive"] } -- cgit v1.2.3