Skip to content

Commit 0276e15

Browse files
authored
Fix cargo vendor of jiter crates (#149)
Signed-off-by: Christian Heimes <[email protected]>
1 parent c6fe082 commit 0276e15

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

crates/jiter-python/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ repository = {workspace = true}
1313
pyo3 = { workspace = true, features = ["num-bigint"] }
1414
jiter = { path = "../jiter", features = ["python", "num-bigint"] }
1515

16+
[features]
17+
# make extensions visible to cargo vendor
18+
extension-module = ["pyo3/extension-module", "pyo3/generate-import-lib"]
19+
1620
[lib]
1721
name = "jiter_python"
1822
crate-type = ["cdylib", "rlib"]

0 commit comments

Comments
 (0)