added apache2 cgi script

This commit is contained in:
gyoder 2025-07-05 16:13:17 -06:00
parent 93cee58807
commit e025727118
7 changed files with 329 additions and 238 deletions

View 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"