Make duck db optional, add beginning of ingey agent
All checks were successful
test / test (push) Successful in 29m57s
All checks were successful
test / test (push) Successful in 29m57s
This commit is contained in:
@@ -31,7 +31,11 @@ tokio-util = { version = "0.7.13", features = ["compat"] }
|
||||
async-trait = "0.1.83"
|
||||
testcontainers = "0.23.1"
|
||||
wasmtime = "29.0.1"
|
||||
duckdb = { version = "1.2.0", features = ["bundled"] }
|
||||
duckdb = { version = "1.2.0", features = ["bundled"], optional = true }
|
||||
axum = "0.8.8"
|
||||
|
||||
[features]
|
||||
duckdb = ["dep:duckdb"]
|
||||
|
||||
# More info on targets: https://doc.rust-lang.org/cargo/reference/cargo-targets.html#configuring-a-target
|
||||
[lib]
|
||||
|
||||
Reference in New Issue
Block a user