18 lines
552 B
TOML
18 lines
552 B
TOML
[package]
|
|
name = "minecraft-protocol-generator"
|
|
version = "0.0.0"
|
|
authors = ["vagola <vladislavs.golubs@yandex.ru>"]
|
|
edition = "2018"
|
|
description = "CLI for generating Rust code with Minecraft packets"
|
|
license = "MIT"
|
|
homepage = "https://github.com/eihwaz/minecraft-protocol"
|
|
repository = "https://github.com/eihwaz/minecraft-protocol"
|
|
keywords = ["minecraft", "cli", "protocol", "packet", "io"]
|
|
|
|
[dependencies]
|
|
serde = "1.0.120"
|
|
serde_json = "1.0"
|
|
handlebars = "3.5.2"
|
|
heck = "0.3.2"
|
|
linked-hash-map = { version = "0.5.4", features = ["serde_impl"] }
|