Skip to content

Commit

Permalink
Add description and license to protobuf_example's Cargo.toml
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 702880374
  • Loading branch information
protobuf-github-bot authored and copybara-github committed Dec 4, 2024
1 parent 4229508 commit ab3adc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rust/release_crates/protobuf_example/Cargo-template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
name = "staging-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 = "staging-protobuf" }
Expand Down

0 comments on commit ab3adc2

Please sign in to comment.