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 }