started htmlua-parser
This commit is contained in:
commit
d6a294c043
7 changed files with 1230 additions and 0 deletions
10
htmlua-parser/Cargo.toml
Normal file
10
htmlua-parser/Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue