Skip to content

Commit

Permalink
Add description an license to Cargo.toml files which will be used for…
Browse files Browse the repository at this point in the history
… publishing to crates.io

PiperOrigin-RevId: 688976199
  • Loading branch information
protobuf-github-bot authored and copybara-github committed Oct 23, 2024
1 parent 5706140 commit 9f08ec5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions rust/cargo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 4 additions & 0 deletions rust/protobuf_codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9f08ec5

Please sign in to comment.