aboutsummaryrefslogtreecommitdiff
path: root/minecraft-protocol/Cargo.toml
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2021-12-07 00:09:49 -0600
committermat <github@matdoes.dev>2021-12-07 00:09:49 -0600
commitfcaca28ff1d2cb54c9139941d4075676ca46c6e8 (patch)
tree5b52088b3a561f7c8f30d28c673a2ddaef1e42cd /minecraft-protocol/Cargo.toml
parent8811aa47e76c6043a7aeec37e01aac9c8e6cf7ca (diff)
downloadazalea-drasl-fcaca28ff1d2cb54c9139941d4075676ca46c6e8.tar.xz
implement more of reader
Diffstat (limited to 'minecraft-protocol/Cargo.toml')
-rw-r--r--minecraft-protocol/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/minecraft-protocol/Cargo.toml b/minecraft-protocol/Cargo.toml
index 929ec884..971470d7 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", "net"]}
+tokio = {version = "^1.14.0", features = ["io-util", "net", "macros"]}
tokio-util = "^0.6.9"
trust-dns-resolver = "^0.20.3"