aboutsummaryrefslogtreecommitdiff
path: root/minecraft-protocol/Cargo.toml
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2021-12-12 13:48:37 -0600
committermat <github@matdoes.dev>2021-12-12 13:48:37 -0600
commitec03abfe693d27c4ce2762cdfbf749beecaa8adf (patch)
treefcf2d2e085ec05851e29676bade8484cedd5dd3a /minecraft-protocol/Cargo.toml
parent1286286e836bd9ec8d6df1d1aa13f6f3346d17da (diff)
downloadazalea-drasl-ec03abfe693d27c4ce2762cdfbf749beecaa8adf.tar.xz
delete packet-macros
Diffstat (limited to 'minecraft-protocol/Cargo.toml')
-rw-r--r--minecraft-protocol/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/minecraft-protocol/Cargo.toml b/minecraft-protocol/Cargo.toml
index 2aaffa88..3cbf663b 100644
--- a/minecraft-protocol/Cargo.toml
+++ b/minecraft-protocol/Cargo.toml
@@ -11,7 +11,6 @@ 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"