2023-10-17 15:16:28 +03:00
|
|
|
[package]
|
2023-10-18 12:19:01 +03:00
|
|
|
name = "xash3d-admin"
|
2024-01-28 13:21:28 +02:00
|
|
|
description = "Admin tool for Xash3D master server"
|
2023-10-17 15:16:28 +03:00
|
|
|
version = "0.1.0"
|
|
|
|
license = "GPL-3.0-only"
|
2024-01-28 13:21:28 +02:00
|
|
|
keywords = ["xash3d"]
|
|
|
|
categories = ["command-line-utilities"]
|
2023-10-17 15:16:28 +03:00
|
|
|
authors = ["Denis Drakhnia <numas13@gmail.com>"]
|
|
|
|
edition = "2021"
|
|
|
|
rust-version = "1.56"
|
2024-01-28 13:21:28 +02:00
|
|
|
homepage = "https://xash.su"
|
|
|
|
repository = "https://git.mentality.rip/numas13/xash3d-master"
|
2023-10-17 15:16:28 +03:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
thiserror = "1.0.49"
|
|
|
|
getopts = "0.2.21"
|
2024-04-07 08:13:30 +03:00
|
|
|
crossterm = "0.25.0"
|
2024-04-04 20:21:02 +03:00
|
|
|
blake2b_simd = "=1.0.0"
|
2023-10-17 15:16:28 +03:00
|
|
|
xash3d-protocol = { path = "../protocol", version = "0.1.0" }
|