From 6ae94b96e6d51e3bf251d4a01f17fa7d41c9500f Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 20 Dec 2021 15:22:02 -0600 Subject: start adding nbt to the protocol --- azalea-protocol/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'azalea-protocol/Cargo.toml') diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml index 272816e2..c9883195 100644 --- a/azalea-protocol/Cargo.toml +++ b/azalea-protocol/Cargo.toml @@ -12,6 +12,7 @@ async-trait = "0.1.51" azalea-auth = {path = "../azalea-auth"} azalea-chat = {path = "../azalea-chat"} azalea-core = {path = "../azalea-core"} +azalea-nbt = {path = "../azalea-nbt"} byteorder = "^1.4.3" bytes = "^1.1.0" serde = {version = "1.0.130", features = ["serde_derive"]} -- cgit v1.2.3