Skip to content

Commit

Permalink
chore: add pyo3 crate for Python integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Kremilly committed Jul 28, 2024
1 parent e433658 commit e1d2a09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ sha2 = "0.10.8"
zip = "2.1.0"
walkdir = "2.5.0"
scraper = "0.19.0"
pyo3 = { version = "0.22.2", features = ["extension-module", "auto-initialize"] }

0 comments on commit e1d2a09

Please sign in to comment.