|
|
|
@ -1,7 +1,7 @@
@@ -1,7 +1,7 @@
|
|
|
|
|
[package] |
|
|
|
|
name = "xash3d-master" |
|
|
|
|
description = "Master server for games on Xash3D engine" |
|
|
|
|
version = "0.1.0" |
|
|
|
|
version = "0.2.0" |
|
|
|
|
license = "GPL-3.0-only" |
|
|
|
|
keywords = ["xash3d"] |
|
|
|
|
categories = ["command-line-utilities"] |
|
|
|
@ -26,7 +26,7 @@ serde = { version = "1.0.188", features = ["derive"] }
@@ -26,7 +26,7 @@ serde = { version = "1.0.188", features = ["derive"] }
|
|
|
|
|
toml = "0.5.11" |
|
|
|
|
blake2b_simd = "1.0" |
|
|
|
|
ahash = "0.4.8" |
|
|
|
|
xash3d-protocol = { path = "../protocol", version = "0.1.0" } |
|
|
|
|
xash3d-protocol = { path = "../protocol", version = "0.2.0" } |
|
|
|
|
|
|
|
|
|
[target.'cfg(not(windows))'.dependencies] |
|
|
|
|
signal-hook = { version = "0.3.17", default-features = false } |
|
|
|
|