Add cli_only feature to core

This commit is contained in:
PThorpe92
2025-09-22 09:41:11 -04:00
parent 1d4b301f05
commit d2c643da06

View File

@@ -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 }