diff options
author | Joey Sacchini <joey@sacchini.net> | 2020-09-30 14:50:23 -0400 |
---|---|---|
committer | Joey Sacchini <joey@sacchini.net> | 2020-09-30 14:50:23 -0400 |
commit | 1827ef6ae21798d1f8882f1be5d445b42efd4f9f (patch) | |
tree | c494d499ba5d81ae3e9792e8e808b74e37f8f8e1 /Cargo.toml | |
parent | 3b6ddcb69918984ea122350b580c962a69eea017 (diff) | |
download | mcproto-rs-1827ef6ae21798d1f8882f1be5d445b42efd4f9f.tar.gz mcproto-rs-1827ef6ae21798d1f8882f1be5d445b42efd4f9f.tar.bz2 mcproto-rs-1827ef6ae21798d1f8882f1be5d445b42efd4f9f.zip |
implement error correctly for the error types
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -4,7 +4,6 @@ version = "0.1.0" authors = ["Joey Sacchini <joey@sacchini.net>"] edition = "2018" license = "Apache-2.0" -license-file = "LICENSE" keywords = ["minecraft", "games", "protocol", "serialziers", "deserializers", "packets", "mc"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |