Skip to content

Commit cd4db1a

Browse files
committed
extension module
1 parent 374d741 commit cd4db1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ crate-type = ["cdylib"]
1111
[dependencies]
1212
duckdb = { version = "1.1.1" }
1313
geojson = "0.24.1"
14-
pyo3 = "0.23.4"
14+
pyo3 = { version = "0.23.4", features = ["extension-module"] }
1515
pyo3-async-runtimes = { version = "0.23.0", features = [
1616
"tokio",
1717
"tokio-runtime",

0 commit comments

Comments
 (0)