From 175c65ee49ce3020c2f015266b125adf7832003d Mon Sep 17 00:00:00 2001 From: Joey Sacchini Date: Tue, 29 Sep 2020 17:24:13 -0400 Subject: apply apache license --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 064313f..d457529 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,9 @@ name = "mc-proto-rs" version = "0.1.0" authors = ["Joey Sacchini "] edition = "2018" +license = "Apache-2.0" +license-file = "LICENSE" +keywords = ["minecraft", "games", "protocol", "serialziers", "deserializers", "packets", "mc"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -- cgit