init httpd crate skeleton

This commit is contained in:
yggverse 2026-03-05 15:41:15 +02:00
parent 470a7d0e73
commit 802e0821e4
13 changed files with 1877 additions and 432 deletions

11
crates/httpd/README.md Normal file
View file

@ -0,0 +1,11 @@
# hlstate-httpd
Web server implementation based on the Rocket engine
> [!NOTE]
> In development!
```
cd crates/httpd
cargo run -- -c config.toml
```