rules_proto_grpc/third_party/BUILD.bazel.com_github_appl...

9 lines
227 B
Plaintext

load("@build_bazel_rules_swift//swift:swift.bzl", "swift_library")
swift_library(
name = "Logging",
srcs = glob(["Sources/Logging/**/*.swift"]),
module_name = "Logging",
visibility = ["//visibility:public"],
)