diff options
| author | mat <github@matdoes.dev> | 2021-12-06 22:12:43 +0000 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2021-12-06 22:12:43 +0000 |
| commit | 515ad377b314cd97a8b663dbd738681917434434 (patch) | |
| tree | cb1cf65c8e726121ed002aa913132375ab5dc1e7 /minecraft-protocol/Cargo.toml | |
| parent | 1a2c034b411e3d0dceb7b4a921ddd42226719bd0 (diff) | |
| download | azalea-drasl-515ad377b314cd97a8b663dbd738681917434434.tar.xz | |
start implementing reading
Diffstat (limited to 'minecraft-protocol/Cargo.toml')
| -rw-r--r-- | minecraft-protocol/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/minecraft-protocol/Cargo.toml b/minecraft-protocol/Cargo.toml index 3ccaf88b..929ec884 100644 --- a/minecraft-protocol/Cargo.toml +++ b/minecraft-protocol/Cargo.toml @@ -10,6 +10,6 @@ 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 = {version = "^1.14.0", features = ["io-util", "net"]} tokio-util = "^0.6.9" trust-dns-resolver = "^0.20.3" |
