This repository has been archived on 2024-12-20. You can view files and clone it, but cannot push or open issues or pull requests.
YanagiZS/crates/yanagi-proto/Cargo.toml

18 lines
354 B
TOML
Raw Normal View History

2024-11-24 23:17:19 +00:00
[package]
name = "yanagi-proto"
edition = "2021"
version.workspace = true
[dependencies]
qwer.workspace = true
protocol.workspace = true
prost.workspace = true
prost-types.workspace = true
yanagi-proto-derive = { path = "./yanagi-proto-derive" }
[build-dependencies]
prost-build.workspace = true
syn = "2.0.79"
quote = "1.0.37"
prettyplease = "0.2.22"