ver 0.1.19
This commit is contained in:
parent
0e9448fff2
commit
f085a3c0ac
@ -7,10 +7,13 @@ license-file = "LICENSE"
|
|||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
keywords = ["minecraft", "protocol", "packets", "lightweight", "tokio"]
|
keywords = ["minecraft", "protocol", "packets", "lightweight", "tokio"]
|
||||||
|
|
||||||
version = "0.1.18"
|
version = "0.1.19"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
flate2 = "1.1.1"
|
flate2 = "1.1.1"
|
||||||
uuid = "1.16.0"
|
uuid = "1.16.0"
|
||||||
tokio = { version = "1", features = ["io-util", "rt", "macros", "net", "rt-multi-thread"] }
|
|
||||||
|
[dependencies.tokio]
|
||||||
|
version = "1",
|
||||||
|
features = ["io-util", "rt", "macros", "net", "rt-multi-thread"]
|
||||||
|
@ -7,7 +7,7 @@ This crate can be used for a server on rust idk -_-
|
|||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
rust_mc_proto_tokio = "0.1.18" # stable version
|
rust_mc_proto_tokio = "0.1.19" # stable version
|
||||||
rust_mc_proto_tokio = { git = "https://git.meex.lol/MeexReay/rust_mc_proto_tokio" } # unstable version
|
rust_mc_proto_tokio = { git = "https://git.meex.lol/MeexReay/rust_mc_proto_tokio" } # unstable version
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user