From cfa89c9ddbfbb75a3a1c363d46166261a58929df Mon Sep 17 00:00:00 2001 From: PThorpe92 Date: Mon, 22 Sep 2025 09:41:36 -0400 Subject: [PATCH] use cli_only feature in CLI Cargo.toml --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index d7e9c4c92..1e97383f5 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -28,7 +28,7 @@ ctrlc = "3.4.4" dirs = "5.0.1" env_logger = { workspace = true } libc = "0.2.172" -turso_core = { path = "../core", default-features = true, features = [] } +turso_core = { path = "../core", default-features = true, features = ["cli_only"] } limbo_completion = { path = "../extensions/completion", features = ["static"] } miette = { workspace = true, features = ["fancy"] } nu-ansi-term = {version = "0.50.1", features = ["serde", "derive_serde_style"]}