From 50cf5960cb1f0af831e28eb08b15b97794287f87 Mon Sep 17 00:00:00 2001 From: Naz Date: Thu, 9 Oct 2025 14:08:47 +0100 Subject: =?UTF-8?q?=E2=9C=A8feat:=20add=20serv=20subcommand=20using=20Clap?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6a89f40..a6798f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,7 @@ edition = "2024" [dependencies] askama = "0.14.0" axum = { version = "0.8.4", features = ["macros"] } +clap = { version = "4.5.48", features = ["derive"] } colored = "3.0.0" derive_more = { version = "2.0.1", features = ["from"] } serde = { version = "1.0.223", features = ["derive"] } -- cgit v1.2.3