mirror of
https://git.mentality.rip/numas13/xash3d-master.git
synced 2025-01-22 04:44:31 +00:00
admin: Rename package to xash3d-admin
This commit is contained in:
parent
09e41ac2f3
commit
c347424bea
22
Cargo.lock
generated
22
Cargo.lock
generated
@ -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"
|
||||
|
@ -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>"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user