mirror of
https://github.com/tsirysndr/music-player.git
synced 2026-01-09 21:28:04 -05:00
25 lines
395 B
Python
25 lines
395 B
Python
"""
|
|
@generated
|
|
cargo-raze generated Bazel file.
|
|
|
|
DO NOT EDIT! Replaced on runs of cargo-raze
|
|
"""
|
|
|
|
# Export file for Stardoc support
|
|
exports_files(
|
|
glob([
|
|
"**/*.bazel",
|
|
"**/*.bzl",
|
|
]),
|
|
visibility = ["//visibility:public"],
|
|
)
|
|
|
|
filegroup(
|
|
name = "srcs",
|
|
srcs = glob([
|
|
"**/*.bazel",
|
|
"**/*.bzl",
|
|
]),
|
|
visibility = ["//visibility:public"],
|
|
)
|