summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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 💖