Master server for Half-Life/Xash3D.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
215 B

[workspace]
resolver = "2"
members = [
"protocol",
"master",
"admin",
"query",
]
default-members = ["master", "protocol"]
[profile.release]
codegen-units = 1
lto = true
# TODO: cargo 1.59
# strip = "debuginfo"