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

7 lines
141 B
Plaintext
Raw Normal View History

2024-06-22 08:45:49 -04:00
py_library(
name = "futures",
srcs = glob(["concurrent/**/*.py"]),
srcs_version = "PY2AND3",
visibility = ["//visibility:public"],
)