| [package] |
| name = "protobuf-example" |
| version = "{VERSION}" |
| edition = "2021" |
| description = "Example use of Rust Protocol Buffers bindings" |
| license = "BSD-3-Clause" |
| |
| [dependencies] |
| protobuf = { version = "{VERSION}", path = "../protobuf", package = "protobuf" } |
| protobuf_well_known_types = { version = "{VERSION}", path = "../protobuf_well_known_types", package = "protobuf-well-known-types" } |
| |
| [build-dependencies] |
| protobuf-codegen = { version = "{VERSION}", path = "../protobuf_codegen", package = "protobuf-codegen" } |
| protobuf_well_known_types = { version = "{VERSION}", path = "../protobuf_well_known_types", package = "protobuf-well-known-types" } |