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

2
Cargo.lock generated
View file

@ -688,7 +688,7 @@ checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
[[package]]
name = "hlstate-httpd"
version = "0.2.0"
version = "0.1.0"
dependencies = [
"chrono",
"clap",

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!