Browse Source

admin: Rename package to xash3d-admin

ipv6
Denis Drakhnia 11 months ago
parent
commit
c347424bea
  1. 22
      Cargo.lock
  2. 2
      admin/Cargo.toml

22
Cargo.lock generated

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

2
admin/Cargo.toml

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

Loading…
Cancel
Save