summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2025-06-24 10:01:40 +0200
committerYuval Adam <_@yuv.al>2025-06-24 10:01:40 +0200
commit0c1867e1e682f1eca164c6676cc0eb0ef4c2e695 (patch)
tree2b0deb7ad4c7d349c4eddd52dfc63ba6e4abafe2 /Cargo.toml
parent4e091086d6eb934f66cc8e4610f899e1806c1bac (diff)
First run of claude fixes
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"