Add trivial README.md files for this to pass. This will catch some but not all issues with the crates that would cause them to be rejected by crates.io PiperOrigin-RevId: 702766719pull/19516/head
parent
fbffeb5e04
commit
926f87d7cf
7 changed files with 20 additions and 1 deletions
@ -0,0 +1,4 @@ |
||||
This directory contains one directory per crate that we release. |
||||
|
||||
Each directory contains a pkg_tar() which packages up the crate into a tar which |
||||
can be pushed to crates.io. |
@ -0,0 +1 @@ |
||||
The runtime of the official Google Rust Protobuf implementation. |
@ -0,0 +1,2 @@ |
||||
The build time dependency crate for generating code for the Google Rust Protobuf |
||||
implementation. |
@ -0,0 +1,2 @@ |
||||
An example that demonstrates how to use the `protobuf` and `protobuf_codegen` |
||||
crates together. |
Loading…
Reference in new issue