blob: 3ccaf88b9af8785e04f2ab2b894b41cefa39425c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[package]
edition = "2018"
name = "minecraft-protocol"
version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
async-recursion = "^0.3.2"
byteorder = "^1.4.3"
bytes = "^1.1.0"
thiserror = "^1.0.30"
tokio = {version = "^1.14.0", features = ["io-util"]}
tokio-util = "^0.6.9"
trust-dns-resolver = "^0.20.3"
|