wicked-waifus-rs/shorekeeper-protocol/Cargo.toml
2024-09-11 19:37:46 +03:00

15 lines
315 B
TOML

[package]
name = "shorekeeper-protocol"
edition = "2021"
version.workspace = true
[dependencies]
byteorder.workspace = true
crc32fast.workspace = true
thiserror.workspace = true
prost.workspace = true
shorekeeper-protocol-derive.workspace = true
[build-dependencies]
prost-build.workspace = true
quote = "1.0.35"