manabrew-protocol 1.0.0

Wire protocol for manabrew multiplayer
Documentation
[package]
name = "manabrew-protocol"
version = "1.0.0"
edition = "2021"
license.workspace = true
repository.workspace = true
homepage = "https://docs.manabrew.app/protocol/"
documentation = "https://docs.rs/manabrew-protocol"
description = "Wire protocol for manabrew multiplayer"

[[bin]]
name = "gen-protocol"
path = "src/bin/gen_protocol.rs"

[dependencies]
serde = { workspace = true }
serde_json = { workspace = true }
ts-rs = { workspace = true }
strum_macros = "0.28.0"