• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[package]
2name = "protobuf-codegen-example"
3version = "0.1.0"
4edition = "2021"
5
6[dependencies]
7protobuf = { path = "../protobuf" }
8
9[build-dependencies]
10protobuf-codegen = { path = "../protobuf_codegen" }