azalea/azalea-chat/Cargo.toml

16 lines
463 B
TOML
Raw Normal View History

2021-12-07 22:12:16 +00:00
[package]
description = "Parse Minecraft chat messages."
2021-12-09 18:14:18 +00:00
edition = "2021"
license = "MIT"
2021-12-16 05:10:55 +00:00
name = "azalea-chat"
version = "0.1.1"
2021-12-07 22:12:16 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-10-17 16:28:51 +00:00
azalea-buf = {path = "../azalea-buf", features = ["serde_json"], version = "^0.2.0" }
2022-10-17 16:28:52 +00:00
azalea-language = {path = "../azalea-language", version = "^0.2.0" }
lazy_static = "^1.4.0"
2021-12-11 21:17:42 +00:00
serde = "^1.0.130"
2021-12-08 06:41:42 +00:00
serde_json = "^1.0.72"