diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 066495e9..96d68e21 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -20,7 +20,9 @@ python = ["dep:pyo3", "pgstac"] [dependencies] axum.workspace = true clap = { workspace = true, features = ["derive"] } -duckdb = { workspace = true, optional = true } # We have this dependency only to allow us to bundle it +duckdb = { workspace = true, optional = true, features = [ + "bundled", +] } # We have this dependency only to allow us to bundle it object_store.workspace = true openssl.workspace = true # same as duckdb, these openssls are just for bundling openssl-src.workspace = true