chat_proto/gen/rust/Cargo.toml

11 lines
130 B
TOML
Raw Permalink Normal View History

2026-01-06 15:30:37 +08:00
[package]
name = "chat-proto"
version = "0.1.0"
edition = "2021"
[dependencies]
prost = "0.13"
2026-01-06 15:45:48 +08:00
[dev-dependencies]
bytes = "1.3"