aboutsummaryrefslogtreecommitdiff
path: root/METADATA
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2020-10-14 15:21:00 +0200
committerJeff Vander Stoep <jeffv@google.com>2020-10-14 15:21:00 +0200
commit761577d44d5d8104fb718fbab47ca87353e75f9f (patch)
tree5647c69210cf8d9a287ac689476f45513371aefc /METADATA
parent352363d43b57e1a7c239098b358919d113aeb81a (diff)
downloadgrpcio-761577d44d5d8104fb718fbab47ca87353e75f9f.tar.gz
Import grpcio 0.6.0
And add metadata files using the following command: get_rust_pkg.py --add3prf -v grpcio-0.6.0 -o grpcio Test: none Change-Id: I53cc0feb5c9d24eacb62331b968cab4ec85f60a6
Diffstat (limited to 'METADATA')
-rw-r--r--METADATA19
1 files changed, 19 insertions, 0 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..a82c991
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,19 @@
+name: "grpcio"
+description: "The rust language implementation of gRPC, base on the gRPC c core library."
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://crates.io/crates/grpcio"
+ }
+ url {
+ type: ARCHIVE
+ value: "https://static.crates.io/crates/grpcio/grpcio-0.6.0.crate"
+ }
+ version: "0.6.0"
+ license_type: NOTICE
+ last_upgrade_date {
+ year: 2020
+ month: 10
+ day: 14
+ }
+}