mirror of
https://git.mentality.rip/numas13/xash3d-master.git
synced 2025-02-04 19:24:14 +00:00
15 lines
317 B
TOML
15 lines
317 B
TOML
[package]
|
|
name = "xash3d-admin"
|
|
version = "0.1.0"
|
|
license = "GPL-3.0-only"
|
|
authors = ["Denis Drakhnia <numas13@gmail.com>"]
|
|
edition = "2021"
|
|
rust-version = "1.56"
|
|
|
|
[dependencies]
|
|
thiserror = "1.0.49"
|
|
getopts = "0.2.21"
|
|
termion = "2"
|
|
blake2b_simd = "<0.6"
|
|
xash3d-protocol = { path = "../protocol", version = "0.1.0" }
|