mirror of
https://github.com/YGGverse/hlstate-rs.git
synced 2026-03-31 09:05:42 +00:00
reduce version to initial 0.1.0 as unpublished on crates yet; update descriptions
This commit is contained in:
parent
6e5b55e652
commit
a31aabf309
3 changed files with 4 additions and 4 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -688,7 +688,7 @@ checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "hlstate-httpd"
|
name = "hlstate-httpd"
|
||||||
version = "0.2.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"chrono",
|
"chrono",
|
||||||
"clap",
|
"clap",
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
[package]
|
[package]
|
||||||
name = "hlstate-httpd"
|
name = "hlstate-httpd"
|
||||||
version = "0.2.0"
|
version = "0.1.0"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
readme = "README.md"
|
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"]
|
keywords = ["hlstate", "half-life", "xash3d", "http", "server"]
|
||||||
categories = ["parsing", "text-processing", "value-formatting"]
|
categories = ["parsing", "text-processing", "value-formatting"]
|
||||||
repository = "https://github.com/YGGverse/hlstate-rs"
|
repository = "https://github.com/YGGverse/hlstate-rs"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# hlstate-httpd
|
# hlstate-httpd
|
||||||
|
|
||||||
Web server implementation based on the Rocket engine
|
Web scrapper for Xash3D/FWGS servers, based on Rocket engine
|
||||||
|
|
||||||
> [!IMPORTANT]
|
> [!IMPORTANT]
|
||||||
> * IPv6-only servers implementation, make sure `xash3d-query` ([IPv6](https://github.com/YGGverse/xash3d-master/tree/ip6-only/query)) is installed!
|
> * IPv6-only servers implementation, make sure `xash3d-query` ([IPv6](https://github.com/YGGverse/xash3d-master/tree/ip6-only/query)) is installed!
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue