mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-12 22:40:32 +08:00
10 lines
159 B
Python
10 lines
159 B
Python
package(default_visibility = ["//visibility:public"])
|
|
|
|
filegroup(
|
|
name = "schema",
|
|
srcs = glob([
|
|
"*.capnp",
|
|
"capnp/*.capnp",
|
|
]),
|
|
)
|