make tmp cli scrape impl

This commit is contained in:
yggverse 2026-03-05 22:05:56 +02:00
parent 105409a76b
commit e52ed711ba
8 changed files with 312 additions and 47 deletions

View file

@ -2,10 +2,10 @@
Web server implementation based on the Rocket engine
> [!NOTE]
> In development!
> [!IMPORTANT]
> * IPv6-only servers implementation, make sure `xash3d-query` ([IPv6](https://github.com/YGGverse/xash3d-master/tree/ip6-only/query)) is installed!
```
``` bash
cd crates/httpd
cargo run -- -c config.toml
```