From d2c643da060153da255a1cbadc6a1b836d1162b9 Mon Sep 17 00:00:00 2001 From: PThorpe92 Date: Mon, 22 Sep 2025 09:41:11 -0400 Subject: [PATCH] Add cli_only feature to core --- core/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/core/Cargo.toml b/core/Cargo.toml index b3898dc1b..7add4af52 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -30,6 +30,7 @@ serde = ["dep:serde"] series = [] encryption = [] checksum = [] +cli_only = [] [target.'cfg(target_os = "linux")'.dependencies] io-uring = { version = "0.7.5", optional = true }