blob: 406c16812552b4c09f196a149f9d7a7037658502 [file] [log] [blame]
Lorenz Brund141d182023-10-02 15:07:01 +02001"""
2@generated
3cargo-raze generated Bazel file.
4
5DO NOT EDIT! Replaced on runs of cargo-raze
6"""
7
8# Export file for Stardoc support
9exports_files(
10 glob([
11 "**/*.bazel",
12 "**/*.bzl",
13 ]),
14 visibility = ["//visibility:public"],
15)
16
17filegroup(
18 name = "srcs",
19 srcs = glob([
20 "**/*.bazel",
21 "**/*.bzl",
22 ]),
23 visibility = ["//visibility:public"],
24)