summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index eaaba43..afccce5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2024"
[dependencies]
anyhow = "1.0.98"
-clap = "4.5.40"
+clap = { version = "4.5.40", features = ["derive"] }
env_logger = "0.11.8"
hound = "3.5.1"
log = "0.4.27"