From 898363306e8a4bbd306bb42cf86b861f34863e6c Mon Sep 17 00:00:00 2001 From: Vladislavs Golubs Date: Wed, 15 Apr 2020 04:00:27 +0300 Subject: [PATCH] Allow publish protocol derive --- protocol-derive/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/protocol-derive/Cargo.toml b/protocol-derive/Cargo.toml index e0734a5..d8ab89f 100644 --- a/protocol-derive/Cargo.toml +++ b/protocol-derive/Cargo.toml @@ -4,7 +4,6 @@ version = "0.0.0" authors = ["vagola "] edition = "2018" description = "Derive macro for reading and writing Minecraft packets" -publish = false [lib] proc-macro = true