minecraft-chat 0.1.0

Tiny library for minecraft chat messages.
Documentation
[package]
name = "minecraft-chat"
version = "0.1.0"
authors = ["vagola <vladislavs.golubs@yandex.ru>"]
edition = "2018"
description = "Tiny library for minecraft chat messages."
license = "MIT"
homepage = "https://github.com/eihwaz/minecraft-chat"
repository = "https://github.com/eihwaz/minecraft-chat"
keywords = ["minecraft", "chat"]
readme = "README.md"

[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"