Browse Source

all: update package description, links and categories

master v0.1.0
Denis Drakhnia 4 months ago
parent
commit
5c310957a8
  1. 2
      Cargo.toml
  2. 5
      admin/Cargo.toml
  3. 5
      master/Cargo.toml
  4. 5
      protocol/Cargo.toml
  5. 5
      query/Cargo.toml

2
Cargo.toml

@ -6,7 +6,7 @@ members = [ @@ -6,7 +6,7 @@ members = [
"admin",
"query",
]
default-members = ["master"]
default-members = ["master", "protocol"]
[profile.release]
codegen-units = 1

5
admin/Cargo.toml

@ -1,10 +1,15 @@ @@ -1,10 +1,15 @@
[package]
name = "xash3d-admin"
description = "Admin tool for Xash3D master server"
version = "0.1.0"
license = "GPL-3.0-only"
keywords = ["xash3d"]
categories = ["command-line-utilities"]
authors = ["Denis Drakhnia <numas13@gmail.com>"]
edition = "2021"
rust-version = "1.56"
homepage = "https://xash.su"
repository = "https://git.mentality.rip/numas13/xash3d-master"
[dependencies]
thiserror = "1.0.49"

5
master/Cargo.toml

@ -1,10 +1,15 @@ @@ -1,10 +1,15 @@
[package]
name = "xash3d-master"
description = "Master server for games on Xash3D engine"
version = "0.1.0"
license = "GPL-3.0-only"
keywords = ["xash3d"]
categories = ["command-line-utilities"]
authors = ["Denis Drakhnia <numas13@gmail.com>"]
edition = "2021"
rust-version = "1.56"
homepage = "https://xash.su"
repository = "https://git.mentality.rip/numas13/xash3d-master"
[features]
default = ["logtime"]

5
protocol/Cargo.toml

@ -1,10 +1,15 @@ @@ -1,10 +1,15 @@
[package]
name = "xash3d-protocol"
description = "Network protocol library for Xash3D engine"
version = "0.1.0"
license = "LGPL-3.0-only"
keywords = ["xash3d"]
categories = ["parsing"]
authors = ["Denis Drakhnia <numas13@gmail.com>"]
edition = "2021"
rust-version = "1.56"
homepage = "https://xash.su"
repository = "https://git.mentality.rip/numas13/xash3d-master"
[dependencies]
thiserror = "1.0.49"

5
query/Cargo.toml

@ -1,10 +1,15 @@ @@ -1,10 +1,15 @@
[package]
name = "xash3d-query"
description = "Tool for querying servers from Xash3D master server"
version = "0.1.0"
license = "GPL-3.0-only"
keywords = ["xash3d"]
categories = ["command-line-utilities"]
authors = ["Denis Drakhnia <numas13@gmail.com>"]
edition = "2021"
rust-version = "1.56"
homepage = "https://xash.su"
repository = "https://git.mentality.rip/numas13/xash3d-master"
[features]
default = ["color"]

Loading…
Cancel
Save