mirror of
https://git.mentality.rip/numas13/xash3d-master.git
synced 2025-01-22 04:44:31 +00:00
all: update package description, links and categories
This commit is contained in:
parent
b2bfd7f76d
commit
5c310957a8
@ -6,7 +6,7 @@ members = [
|
|||||||
"admin",
|
"admin",
|
||||||
"query",
|
"query",
|
||||||
]
|
]
|
||||||
default-members = ["master"]
|
default-members = ["master", "protocol"]
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
codegen-units = 1
|
codegen-units = 1
|
||||||
|
@ -1,10 +1,15 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "xash3d-admin"
|
name = "xash3d-admin"
|
||||||
|
description = "Admin tool for Xash3D master server"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
license = "GPL-3.0-only"
|
license = "GPL-3.0-only"
|
||||||
|
keywords = ["xash3d"]
|
||||||
|
categories = ["command-line-utilities"]
|
||||||
authors = ["Denis Drakhnia <numas13@gmail.com>"]
|
authors = ["Denis Drakhnia <numas13@gmail.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.56"
|
rust-version = "1.56"
|
||||||
|
homepage = "https://xash.su"
|
||||||
|
repository = "https://git.mentality.rip/numas13/xash3d-master"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
thiserror = "1.0.49"
|
thiserror = "1.0.49"
|
||||||
|
@ -1,10 +1,15 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "xash3d-master"
|
name = "xash3d-master"
|
||||||
|
description = "Master server for games on Xash3D engine"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
license = "GPL-3.0-only"
|
license = "GPL-3.0-only"
|
||||||
|
keywords = ["xash3d"]
|
||||||
|
categories = ["command-line-utilities"]
|
||||||
authors = ["Denis Drakhnia <numas13@gmail.com>"]
|
authors = ["Denis Drakhnia <numas13@gmail.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.56"
|
rust-version = "1.56"
|
||||||
|
homepage = "https://xash.su"
|
||||||
|
repository = "https://git.mentality.rip/numas13/xash3d-master"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["logtime"]
|
default = ["logtime"]
|
||||||
|
@ -1,10 +1,15 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "xash3d-protocol"
|
name = "xash3d-protocol"
|
||||||
|
description = "Network protocol library for Xash3D engine"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
license = "LGPL-3.0-only"
|
license = "LGPL-3.0-only"
|
||||||
|
keywords = ["xash3d"]
|
||||||
|
categories = ["parsing"]
|
||||||
authors = ["Denis Drakhnia <numas13@gmail.com>"]
|
authors = ["Denis Drakhnia <numas13@gmail.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.56"
|
rust-version = "1.56"
|
||||||
|
homepage = "https://xash.su"
|
||||||
|
repository = "https://git.mentality.rip/numas13/xash3d-master"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
thiserror = "1.0.49"
|
thiserror = "1.0.49"
|
||||||
|
@ -1,10 +1,15 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "xash3d-query"
|
name = "xash3d-query"
|
||||||
|
description = "Tool for querying servers from Xash3D master server"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
license = "GPL-3.0-only"
|
license = "GPL-3.0-only"
|
||||||
|
keywords = ["xash3d"]
|
||||||
|
categories = ["command-line-utilities"]
|
||||||
authors = ["Denis Drakhnia <numas13@gmail.com>"]
|
authors = ["Denis Drakhnia <numas13@gmail.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.56"
|
rust-version = "1.56"
|
||||||
|
homepage = "https://xash.su"
|
||||||
|
repository = "https://git.mentality.rip/numas13/xash3d-master"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["color"]
|
default = ["color"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user