summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJakub Trzeciak <jp3@jptrzy.xyz>2024-02-10 21:59:19 +0100
committerJakub Trzeciak <jp3@jptrzy.xyz>2024-02-10 21:59:19 +0100
commit51aabd87ab79f0fc9c366ef9705a4b128d8a3224 (patch)
tree756a5815e80b843c0cc23bfda9fbe69a9c2e3f31 /Cargo.toml
parent5621f36ddc6da19ee655b715265e64e2a847eaad (diff)
downloadogg-tagger-51aabd87ab79f0fc9c366ef9705a4b128d8a3224.tar.gz
ogg-tagger-51aabd87ab79f0fc9c366ef9705a4b128d8a3224.tar.bz2
ogg-tagger-51aabd87ab79f0fc9c366ef9705a4b128d8a3224.zip
add autodetecting music folder location
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
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"] }
Software created with 💖