added apache2 cgi script
This commit is contained in:
parent
93cee58807
commit
7e896c1397
7 changed files with 329 additions and 238 deletions
8
htmlua-apache-cgi/Cargo.toml
Normal file
8
htmlua-apache-cgi/Cargo.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[package]
|
||||
name = "htmlua-apache-cgi"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
htmlua-parser = { path = "../htmlua-parser" }
|
||||
kuchikiki = "0.8.2"
|
||||
Loading…
Add table
Add a link
Reference in a new issue