xash3d-master/admin/Cargo.toml

15 lines
317 B
TOML
Raw Normal View History

2023-10-17 15:16:28 +03:00
[package]
2023-10-18 12:19:01 +03:00
name = "xash3d-admin"
2023-10-17 15:16:28 +03:00
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"
2023-10-17 15:49:46 +03:00
termion = "2"
2023-10-17 15:16:28 +03:00
blake2b_simd = "<0.6"
xash3d-protocol = { path = "../protocol", version = "0.1.0" }