13 lines
257 B
Python

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