feat: accelerate site indexer parsing with rust

This commit is contained in:
jxxghp
2026-05-23 15:59:20 +08:00
parent 222f6ce7d8
commit d1e2881347
9 changed files with 2523 additions and 1 deletions
+6
View File
@@ -8,4 +8,10 @@ name = "moviepilot_rust"
crate-type = ["cdylib"]
[dependencies]
minijinja = "2.20"
chrono = "0.4"
once_cell = "1.20"
pyo3 = { version = "0.23", features = ["abi3-py311", "extension-module"] }
regex = "1.11"
scraper = "0.24"
url = "2.5"