reduce version to initial 0.1.0 as unpublished on crates yet; update descriptions

This commit is contained in:
yggverse 2026-03-27 06:49:58 +02:00
parent 6e5b55e652
commit a31aabf309
3 changed files with 4 additions and 4 deletions

View file

@ -1,10 +1,10 @@
[package]
name = "hlstate-httpd"
version = "0.2.0"
version = "0.1.0"
edition = "2024"
license = "MIT"
readme = "README.md"
description = "Web stats for Xash3D servers, based on Rocket engine"
description = "Web scrapper for Xash3D/FWGS servers, based on Rocket engine"
keywords = ["hlstate", "half-life", "xash3d", "http", "server"]
categories = ["parsing", "text-processing", "value-formatting"]
repository = "https://github.com/YGGverse/hlstate-rs"

View file

@ -1,6 +1,6 @@
# hlstate-httpd
Web server implementation based on the Rocket engine
Web scrapper for Xash3D/FWGS servers, based on Rocket engine
> [!IMPORTANT]
> * IPv6-only servers implementation, make sure `xash3d-query` ([IPv6](https://github.com/YGGverse/xash3d-master/tree/ip6-only/query)) is installed!