Protocol Buffers - Google's data interchange format (grpc依赖) https://developers.google.com/protocol-buffers/
 
 
 
 
 
 

10 lines
204 B

[package]
name = "protobuf-codegen-example"
version = "0.1.0"
edition = "2021"
[dependencies]
protobuf = { path = "../protobuf" }
[build-dependencies]
protobuf-codegen = { path = "../protobuf_codegen" }