aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJoey Sacchini <joey@sacchini.net>2021-01-09 14:47:35 -0500
committerJoey Sacchini <joey@sacchini.net>2021-01-09 14:47:35 -0500
commit1e9b9413b7c728d30f10786cf10a2f361b72626e (patch)
treef6ae04d61fa5a668bcd2d8591c039919584e0814 /Cargo.toml
parent436528a7db7c4a837fe563766e475695538b757a (diff)
downloadmcproto-rs-1e9b9413b7c728d30f10786cf10a2f361b72626e.tar.gz
mcproto-rs-1e9b9413b7c728d30f10786cf10a2f361b72626e.tar.bz2
mcproto-rs-1e9b9413b7c728d30f10786cf10a2f361b72626e.zip
update keywords
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"