diff options
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" |