Skip to content

Commit

Permalink
Fix cargo vendor of jiter crates (#149)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Heimes <christian@python.org>
  • Loading branch information
tiran authored Oct 8, 2024
1 parent c6fe082 commit 0276e15
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/jiter-python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ repository = {workspace = true}
pyo3 = { workspace = true, features = ["num-bigint"] }
jiter = { path = "../jiter", features = ["python", "num-bigint"] }

[features]
# make extensions visible to cargo vendor
extension-module = ["pyo3/extension-module", "pyo3/generate-import-lib"]

[lib]
name = "jiter_python"
crate-type = ["cdylib", "rlib"]
Expand Down

0 comments on commit 0276e15

Please sign in to comment.