mirror of
https://github.com/YGGverse/hlstate-rs.git
synced 2026-03-31 17:15:37 +00:00
22 lines
1.1 KiB
TOML
22 lines
1.1 KiB
TOML
[package]
|
|
name = "hlstate-httpd"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
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"
|
|
|
|
[dependencies]
|
|
chrono = "0.4.44"
|
|
#observer = { git = "https://github.com/YGGverse/xash3d-master.git", package = "xash3d-observer", branch = "ip6-only" }
|
|
#protocol = { git = "https://github.com/YGGverse/xash3d-master.git", package = "xash3d-protocol", branch = "ip6-only" }
|
|
#observer = { path = "../../../xash3d-master/observer", package = "xash3d-observer" }
|
|
#protocol = { path = "../../../xash3d-master/protocol", package = "xash3d-protocol" }
|
|
clap = { version = "4.5.54", features = ["derive"] }
|
|
#mysql = { package = "hlstate-mysql", version = "0.1.0", path = "../mysql" }
|
|
rocket = { version = "0.5.1", features = ["json"] }
|
|
rocket_dyn_templates = { version = "0.2.0", features = ["tera"] }
|
|
toml = "0.9.10"
|