wicked-waifus-rs/shorekeeper-protocol/Cargo.toml

16 lines
315 B
TOML
Raw Normal View History

2024-09-11 16:37:46 +00:00
[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"