aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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 <joey@sacchini.net>"]
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"