mirror of https://github.com/grpc/grpc.git
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
https://grpc.io/
11 lines
164 B
11 lines
164 B
7 years ago
|
py_library(
|
||
|
name = "yaml",
|
||
|
srcs = glob(["lib/yaml/*.py"]),
|
||
|
imports = [
|
||
|
"lib",
|
||
|
],
|
||
|
visibility = [
|
||
|
"//visibility:public",
|
||
|
],
|
||
|
)
|