blob: 2eabc0eb316968b9aa494ec66c8e1fbde1f84939 [file]
[package]
name = "staging-protobuf-example"
version = "{VERSION}"
edition = "2021"
description = "Example use of Rust Protocol Buffers bindings"
license = "BSD-3-Clause"
[features]
run-protobuf-codegen = []
[dependencies]
protobuf = { version = "{VERSION}", path = "../protobuf", package = "staging-protobuf" }
[build-dependencies]
protobuf-codegen = { version = "{VERSION}", path = "../protobuf_codegen", package = "staging-protobuf-codegen" }