From fcaca28ff1d2cb54c9139941d4075676ca46c6e8 Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 7 Dec 2021 00:09:49 -0600 Subject: implement more of reader --- minecraft-protocol/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'minecraft-protocol/Cargo.toml') 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" -- cgit v1.2.3