diff --git a/Cargo.lock b/Cargo.lock index f4ee98a..6b64cef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -688,7 +688,7 @@ checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" [[package]] name = "hlstate-httpd" -version = "0.2.0" +version = "0.1.0" dependencies = [ "chrono", "clap", diff --git a/crates/httpd/Cargo.toml b/crates/httpd/Cargo.toml index 0f4b76f..416b414 100644 --- a/crates/httpd/Cargo.toml +++ b/crates/httpd/Cargo.toml @@ -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" diff --git a/crates/httpd/README.md b/crates/httpd/README.md index b5c819a..65c16ae 100644 --- a/crates/httpd/README.md +++ b/crates/httpd/README.md @@ -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!