From 0dce5f56ce8c4ec0eb3ee4eb6c09b20956242dfa Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 10 Dec 2021 18:03:28 +0000 Subject: add formatting to some motds --- minecraft-protocol/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'minecraft-protocol/Cargo.toml') 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" -- cgit v1.2.3