diff --git a/Cargo.lock b/Cargo.lock index 3c9c95b..87d3c52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/admin/Cargo.toml b/admin/Cargo.toml index 2a4c026..9c3b191 100644 --- a/admin/Cargo.toml +++ b/admin/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "admin" +name = "xash3d-admin" version = "0.1.0" license = "GPL-3.0-only" authors = ["Denis Drakhnia "]