[package]
edition = "2021"
name = "manabrew-protocol"
version = "0.0.1"
build = false
include = [
"src/**",
"Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reserved crate name for ManaBrew, a Magic: The Gathering client. See https://github.com/witchesofthehill/manabrew"
readme = false
license = "GPL-3.0-or-later"
repository = "https://github.com/witchesofthehill/manabrew"
[lib]
name = "manabrew_protocol"
path = "src/lib.rs"