refactor(config): use toml file

This commit is contained in:
2026-02-10 00:23:17 +01:00
parent 3e936767ce
commit cfaae5529e
9 changed files with 167 additions and 86 deletions

View File

@@ -6,8 +6,8 @@ A minimal HTTP web server written in C.
## Requirements
- [libcyaml](https://github.com/tlsa/libcyaml)
- myclib (on my profile)
- [tomlc17](https://github.com/cktan/tomlc17)
- [doxygen](https://www.doxygen.nl/) (optional, for documentation only - requires `dot`)
## Build