Add description an license to Cargo.toml files which will be used for publishing to crates.io

PiperOrigin-RevId: 688976199
pull/18959/head
Protobuf Team Bot 1 month ago committed by Copybara-Service
parent 5706140e09
commit 9f08ec543b
  1. 1
      rust/cargo/Cargo.toml
  2. 4
      rust/protobuf_codegen/Cargo.toml

@ -12,6 +12,7 @@ edition = "2021"
links = "libupb"
license = "BSD-3-Clause"
rust-version = "1.74"
description = "Protocol Buffers - Google's data interchange format"
[lib]
path = "src/shared.rs"

@ -3,6 +3,10 @@ edition = "2021"
name = "protobuf-codegen"
readme = "README.md"
version = "4.27.3-beta.0"
description = "Code generator for Rust Protocol Buffers bindings"
license = "BSD-3-Clause"
rust-version = "1.74"
[dependencies]
walkdir = "2.5.0"

Loading…
Cancel
Save