From 0c1867e1e682f1eca164c6676cc0eb0ef4c2e695 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Tue, 24 Jun 2025 10:01:40 +0200 Subject: First run of claude fixes --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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" -- cgit v1.3.1