From 428f159e08aa030c38675a17a19263ba6b051873 Mon Sep 17 00:00:00 2001 From: Luis Garcia Date: Tue, 22 Oct 2024 07:53:31 +0000 Subject: [PATCH] Fix clap --- crates/tanoshi/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/tanoshi/Cargo.toml b/crates/tanoshi/Cargo.toml index 2b9bf623..6c49f09d 100644 --- a/crates/tanoshi/Cargo.toml +++ b/crates/tanoshi/Cargo.toml @@ -56,7 +56,7 @@ anyhow = { version = "1", default-features = false } thiserror = "1" rust-embed = { version = "8", optional = true , features = ["interpolate-folder-path"] } mime_guess = { version = "2", default-features = false } -clap = "4" +clap = { version = "4", features = ["derive"] } bytes = { version = "1", default-features = false } dirs = "5" base64 = { version = "0.22", default-features = false }