19 lines
486 B
TOML
19 lines
486 B
TOML
[package]
|
|
name = "minecraft-protocol-derive"
|
|
version = "0.0.0"
|
|
authors = ["vagola <vladislavs.golubs@yandex.ru>"]
|
|
edition = "2018"
|
|
description = "Derive macro for reading and writing Minecraft packets"
|
|
license = "MIT"
|
|
homepage = "https://github.com/eihwaz/minecraft-protocol"
|
|
repository = "https://github.com/eihwaz/minecraft-protocol"
|
|
keywords = ["minecraft", "derive", "protocol", "packet", "io"]
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro2 = "1.0"
|
|
syn = "1.0"
|
|
quote = "1.0"
|