mirror of
https://github.com/protocolbuffers/protobuf
synced 2026-08-26 02:23:14 -04:00
New crates are in https://crates.io/search?q=google-protobuf PiperOrigin-RevId: 963684439
9 lines
304 B
TOML
9 lines
304 B
TOML
[package]
|
|
name = "google-protobuf-codegen"
|
|
version = "{PROTOBUF_RUST_VERSION}"
|
|
edition = "2021"
|
|
license = "BSD-3-Clause"
|
|
description = "Re-export of protobuf-codegen"
|
|
|
|
[dependencies]
|
|
protobuf_codegen = { package = "protobuf-codegen", version = "{PROTOBUF_LEGACY_VERSION}", path = "../protobuf_codegen" }
|