From 1e9b9413b7c728d30f10786cf10a2f361b72626e Mon Sep 17 00:00:00 2001 From: Joey Sacchini Date: Sat, 9 Jan 2021 14:47:35 -0500 Subject: update keywords --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b79f42c..d7be88a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.2.0" authors = ["Joey Sacchini "] edition = "2018" license = "Apache-2.0" -keywords = ["minecraft", "games", "protocol", "serialziers", "deserializers", "packets", "mc"] +keywords = ["minecraft", "games", "protocol", "serialziers", "packets"] description = "A crate which helps you implement the minecraft protocol, and implements it for you too!" homepage = "https://github.com/Twister915/mcproto-rs" repository = "https://github.com/Twister915/mcproto-rs" -- cgit