From c77fb449dc70bb3f37930cfd73d3f68bfb5a41c9 Mon Sep 17 00:00:00 2001 From: Vladislavs Golubs Date: Wed, 15 Apr 2020 04:06:49 +0300 Subject: [PATCH] Take README from root --- protocol/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/Cargo.toml b/protocol/Cargo.toml index f6fe243..e0f11b4 100644 --- a/protocol/Cargo.toml +++ b/protocol/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" homepage = "https://github.com/eihwaz/minecraft-protocol" repository = "https://github.com/eihwaz/minecraft-protocol" keywords = ["minecraft", "protocol", "packet", "io"] -readme = "README.md" +readme = "../README.md" [dependencies] minecraft-protocol-derive = { version = "0.0.0", path = "../protocol-derive" }