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.
14 lines
296 B
14 lines
296 B
1 year ago
|
[package]
|
||
|
name = "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"
|
||
|
blake2b_simd = "<0.6"
|
||
|
xash3d-protocol = { path = "../protocol", version = "0.1.0" }
|