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 374d741 commit cd4db1aCopy full SHA for cd4db1a
Cargo.toml
@@ -11,7 +11,7 @@ crate-type = ["cdylib"]
11
[dependencies]
12
duckdb = { version = "1.1.1" }
13
geojson = "0.24.1"
14
-pyo3 = "0.23.4"
+pyo3 = { version = "0.23.4", features = ["extension-module"] }
15
pyo3-async-runtimes = { version = "0.23.0", features = [
16
"tokio",
17
"tokio-runtime",
0 commit comments