mirror of
https://git.mentality.rip/numas13/xash3d-master.git
synced 2025-01-08 22:17:55 +00:00
20 lines
532 B
TOML
20 lines
532 B
TOML
[package]
|
|
name = "xash3d-admin"
|
|
description = "Admin tool for Xash3D master server"
|
|
version = "0.1.0"
|
|
license = "GPL-3.0-only"
|
|
keywords = ["xash3d"]
|
|
categories = ["command-line-utilities"]
|
|
authors = ["Denis Drakhnia <numas13@gmail.com>"]
|
|
edition = "2021"
|
|
rust-version = "1.56"
|
|
homepage = "https://xash.su"
|
|
repository = "https://git.mentality.rip/numas13/xash3d-master"
|
|
|
|
[dependencies]
|
|
thiserror = "1.0.49"
|
|
getopts = "0.2.21"
|
|
crossterm = "0.25.0"
|
|
blake2b_simd = "=1.0.0"
|
|
xash3d-protocol = { path = "../protocol", version = "0.1.0" }
|