Skip to content

Commit

Permalink
chore: update python binding Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
nmammeri committed Jun 8, 2024
1 parent 0319cab commit 6c0bcef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@ version = "0.1.0"


[lib]
name = "extractrs"
crate-type = ["cdylib"]
doc = false

[dependencies]
# "abi3-py38" tells pyo3 (and maturin) to build using the stable ABI with minimum Python version 3.11
pyo3 = { version = "0.21.2", features = ["abi3", "abi3-py38"] }
extract-rs = { path = "../../extract-core" }
extract-rs = { version = "0.1.0", path = "../../extract-core" }

0 comments on commit 6c0bcef

Please sign in to comment.