summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 776e589d3d8db8ff07879c189495a152e0088568 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "zr_protocol"
version = "0.1.1"
edition = "2024"

[dependencies]
getset = "0.1.7"
zr_protocol_macros = { version = "0.1.0", path = "macros", optional = true }

[features]
macros = ["dep:zr_protocol_macros"]

[workspace]
members = ["macros"]