aboutsummaryrefslogtreecommitdiff
path: root/minecraft-protocol/Cargo.toml
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2021-12-12 13:48:18 -0600
committermat <github@matdoes.dev>2021-12-12 13:48:18 -0600
commit1286286e836bd9ec8d6df1d1aa13f6f3346d17da (patch)
tree7bab99184176ff0141183071c4fa4abcd5307e28 /minecraft-protocol/Cargo.toml
parent3763d086f6e6f6c49ac996ec2b787d9de0d3bab7 (diff)
downloadazalea-drasl-1286286e836bd9ec8d6df1d1aa13f6f3346d17da.tar.xz
ok i give up trying to use macros
Diffstat (limited to 'minecraft-protocol/Cargo.toml')
-rw-r--r--minecraft-protocol/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/minecraft-protocol/Cargo.toml b/minecraft-protocol/Cargo.toml
index 3cbf663b..2aaffa88 100644
--- a/minecraft-protocol/Cargo.toml
+++ b/minecraft-protocol/Cargo.toml
@@ -11,6 +11,7 @@ async-trait = "0.1.51"
byteorder = "^1.4.3"
bytes = "^1.1.0"
minecraft-chat = {path = "../minecraft-chat"}
+packet-macros = {path = "./packet-macros"}
serde = {version = "1.0.130", features = ["serde_derive"]}
serde_json = "^1.0.72"
thiserror = "^1.0.30"