diff --git a/protocol-derive/Cargo.toml b/protocol-derive/Cargo.toml index d8ab89f..8225931 100644 --- a/protocol-derive/Cargo.toml +++ b/protocol-derive/Cargo.toml @@ -4,6 +4,10 @@ version = "0.0.0" authors = ["vagola "] edition = "2018" description = "Derive macro for reading and writing Minecraft packets" +license = "MIT" +homepage = "https://github.com/eihwaz/minecraft-protocol" +repository = "https://github.com/eihwaz/minecraft-protocol" +keywords = ["minecraft", "protocol", "packet", "io"] [lib] proc-macro = true