admin: Rename package to xash3d-admin

This commit is contained in:
Denis Drakhnia 2023-10-18 12:19:01 +03:00
parent 09e41ac2f3
commit c347424bea
2 changed files with 12 additions and 12 deletions

22
Cargo.lock generated
View File

@ -2,17 +2,6 @@
# It is not intended for manual editing.
version = 3
[[package]]
name = "admin"
version = "0.1.0"
dependencies = [
"blake2b_simd",
"getopts",
"termion",
"thiserror",
"xash3d-protocol",
]
[[package]]
name = "android-tzdata"
version = "0.1.1"
@ -456,6 +445,17 @@ version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
[[package]]
name = "xash3d-admin"
version = "0.1.0"
dependencies = [
"blake2b_simd",
"getopts",
"termion",
"thiserror",
"xash3d-protocol",
]
[[package]]
name = "xash3d-master"
version = "0.1.0"

View File

@ -1,5 +1,5 @@
[package]
name = "admin"
name = "xash3d-admin"
version = "0.1.0"
license = "GPL-3.0-only"
authors = ["Denis Drakhnia <numas13@gmail.com>"]