started htmlua-parser

This commit is contained in:
gyoder 2025-06-21 23:29:00 -06:00
commit d6a294c043
7 changed files with 1230 additions and 0 deletions

10
htmlua-parser/Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[package]
name = "htmlua-parser"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.98"
kuchikiki = "0.8.2"
mlua = { version = "0.10.5", features = ["lua54", "vendored", "serialize"] }
tendril = "0.4.3"