From e4597dadfaf485ff065be8812d105a642c896f11 Mon Sep 17 00:00:00 2001 From: Shiipou Date: Fri, 6 Sep 2024 08:58:10 +0200 Subject: [PATCH] build: made cli the default feature --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 5c223a5..6a0efca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,6 +17,7 @@ path = "src/bin/main.rs" required-features = ["cli"] [features] +default = ["cli"] cli = ["clap"] [dependencies]