cli: Add io_uring feature to match core

This commit is contained in:
Jorge López
2025-01-11 14:47:29 +01:00
parent e5bd39a8b2
commit a17464ca5c

View File

@@ -29,3 +29,6 @@ rustyline = "12.0.0"
ctrlc = "3.4.4"
csv = "1.3.1"
miette = { version = "7.4.0", features = ["fancy"] }
[features]
io_uring = ["limbo_core/io_uring"]