We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf6930a commit 0bdcad8Copy full SHA for 0bdcad8
backend/windmill-worker/Cargo.toml
@@ -31,7 +31,7 @@ csharp = ["dep:windmill-parser-csharp"]
31
rust = ["dep:windmill-parser-rust"]
32
nu = ["dep:windmill-parser-nu"]
33
java = ["dep:windmill-parser-java"]
34
-duckdb = []
+duckdb = ["dep:duckdb"]
35
36
[dependencies]
37
windmill-queue.workspace = true
@@ -93,7 +93,7 @@ deno_permissions = { workspace = true, optional = true }
93
deno_io = { workspace = true, optional = true }
94
deno_error = { workspace = true, optional = true }
95
async-stream.workspace = true
96
-duckdb.workspace = true
+duckdb = { workspace = true, optional = true }
97
98
postgres-native-tls.workspace = true
99
native-tls.workspace = true
0 commit comments