Skip to content

Commit

Permalink
cli: force duckdb to be bundled
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Oct 22, 2024
1 parent 8dc2c4c commit d13c0f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d13c0f4

Please sign in to comment.