added html generation
All checks were successful
Test the running changes / Test (push) Successful in 40s

This commit is contained in:
2025-12-15 01:19:23 +02:00
parent 30369cfdd3
commit 17185d4420
13 changed files with 392 additions and 133 deletions

View File

@@ -4,4 +4,5 @@ version = "0.0.1"
edition = "2024"
[dependencies]
nom = "8.0.0"
clap = "4.5.53"
nom = { version = "8.0.0", features = ["std"] }