mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
[Crate] Update links to point to gamedig organization rather than cosminperram
This commit is contained in:
parent
14c5edc1be
commit
e6562d30cb
2 changed files with 5 additions and 5 deletions
|
|
@ -2,12 +2,12 @@
|
||||||
name = "gamedig"
|
name = "gamedig"
|
||||||
version = "0.2.1"
|
version = "0.2.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["CosminPerRam [cosmin.p@live.com]", "node-GameDig [https://github.com/gamedig/node-gamedig]"]
|
authors = ["CosminPerRam [https://github.com/CosminPerRam]", "node-GameDig contributors [https://github.com/gamedig/node-gamedig/contributors]"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
description = "Check out servers with this."
|
description = "Check out servers with this."
|
||||||
homepage = "https://github.com/CosminPerRam/rust-gamedig"
|
homepage = "https://github.com/gamedig/rust-gamedig"
|
||||||
documentation = "https://docs.rs/gamedig/latest/gamedig/"
|
documentation = "https://docs.rs/gamedig/latest/gamedig/"
|
||||||
repository = "https://github.com/CosminPerRam/rust-gamedig"
|
repository = "https://github.com/gamedig/rust-gamedig"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
keywords = ["server", "query", "game", "check", "status"]
|
keywords = ["server", "query", "game", "check", "status"]
|
||||||
rust-version = "1.56.1"
|
rust-version = "1.56.1"
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
# rust-GameDig [](https://github.com/CosminPerRam/rust-gamedig/actions) [](https://crates.io/crates/gamedig) [](https://crates.io/crates/gamedig) [](LICENSE.md)
|
# rust-GameDig [](https://github.com/gamedig/rust-gamedig/actions) [](https://crates.io/crates/gamedig) [](https://crates.io/crates/gamedig) [](LICENSE.md)
|
||||||
|
|
||||||
**Warning**: This project goes through frequent API breaking changes and hasn't been thoroughly tested.
|
**Warning**: This project goes through frequent API breaking changes and hasn't been thoroughly tested.
|
||||||
|
|
||||||
**rust-GameDig** is a games/services server query library that can fetch the availability and/or details of those, this library brings what **[node-GameDig](https://github.com/gamedig/node-gamedig)** does, to pure Rust!
|
**rust-GameDig** is a game servers/services query library that fetches the availability and details of those, this library brings what **[node-GameDig](https://github.com/gamedig/node-gamedig)** does, to pure Rust!
|
||||||
|
|
||||||
Minimum Supported Rust Version is `1.56.1` and the code is cross-platform.
|
Minimum Supported Rust Version is `1.56.1` and the code is cross-platform.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue