blob: 406c16812552b4c09f196a149f9d7a7037658502 [file] [log] [blame]
Serge Bazanskicbf1fa92021-07-02 17:28:50 +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(
Leopold2aa8b182023-01-14 23:31:43 +010010 glob([
11 "**/*.bazel",
12 "**/*.bzl",
13 ]),
14 visibility = ["//visibility:public"],
15)
16
17filegroup(
18 name = "srcs",
19 srcs = glob([
20 "**/*.bazel",
21 "**/*.bzl",
22 ]),
Serge Bazanskicbf1fa92021-07-02 17:28:50 +020023 visibility = ["//visibility:public"],
24)