aboutsummaryrefslogtreecommitdiff
path: root/minecraft-protocol/Cargo.toml
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2021-12-10 18:03:28 +0000
committermat <github@matdoes.dev>2021-12-10 18:03:28 +0000
commit0dce5f56ce8c4ec0eb3ee4eb6c09b20956242dfa (patch)
tree08c4d0de7f7a14238823f5666b8702329ac6cf52 /minecraft-protocol/Cargo.toml
parentf9f7e3498e63d6553b67cefc3958c98f009b33a2 (diff)
downloadazalea-drasl-0dce5f56ce8c4ec0eb3ee4eb6c09b20956242dfa.tar.xz
add formatting to some motds
Diffstat (limited to 'minecraft-protocol/Cargo.toml')
-rw-r--r--minecraft-protocol/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/minecraft-protocol/Cargo.toml b/minecraft-protocol/Cargo.toml
index 80e2b625..7894ecfd 100644
--- a/minecraft-protocol/Cargo.toml
+++ b/minecraft-protocol/Cargo.toml
@@ -14,3 +14,5 @@ tokio = {version = "^1.14.0", features = ["io-util", "net", "macros"]}
tokio-util = "^0.6.9"
trust-dns-resolver = "^0.20.3"
async-trait = "0.1.51"
+minecraft-chat = { path = "../minecraft-chat" }
+serde_json = "^1.0.72"