9 lines
182 B
TOML
9 lines
182 B
TOML
[package]
|
|
name = "protocol"
|
|
edition = "2021"
|
|
version.workspace = true
|
|
|
|
[dependencies]
|
|
thiserror.workspace = true
|
|
qwer.workspace = true
|
|
protocol-macros = { path = "protocol-macros" }
|