diff options
author | Joey Sacchini <joey@sacchini.net> | 2021-01-09 14:47:35 -0500 |
---|---|---|
committer | Joey Sacchini <joey@sacchini.net> | 2021-01-09 14:47:35 -0500 |
commit | 1e9b9413b7c728d30f10786cf10a2f361b72626e (patch) | |
tree | f6ae04d61fa5a668bcd2d8591c039919584e0814 /Cargo.toml | |
parent | 436528a7db7c4a837fe563766e475695538b757a (diff) | |
download | mcproto-rs-1e9b9413b7c728d30f10786cf10a2f361b72626e.tar.gz mcproto-rs-1e9b9413b7c728d30f10786cf10a2f361b72626e.tar.bz2 mcproto-rs-1e9b9413b7c728d30f10786cf10a2f361b72626e.zip |
update keywords
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |