android13/external/rust/crates/grpcio-sys/grpc/third_party/yaml.BUILD

11 lines
164 B
Plaintext
Raw Normal View History

2024-06-22 08:45:49 -04:00
py_library(
name = "yaml",
srcs = glob(["lib/yaml/*.py"]),
imports = [
"lib",
],
visibility = [
"//visibility:public",
],
)