2020-11-01 05:26:58 +01:00
|
|
|
"""
|
|
|
|
@generated
|
2020-11-10 00:47:24 +01:00
|
|
|
cargo-raze generated Bazel file.
|
2020-11-01 05:26:58 +01:00
|
|
|
|
|
|
|
DO NOT EDIT! Replaced on runs of cargo-raze
|
|
|
|
"""
|
|
|
|
|
|
|
|
package(default_visibility = ["//visibility:public"])
|
|
|
|
|
|
|
|
licenses([
|
|
|
|
"notice", # See individual crates for specific licenses
|
|
|
|
])
|
|
|
|
|
2020-11-24 09:41:03 +01:00
|
|
|
# No targets defined
|
2020-11-12 08:41:47 +01:00
|
|
|
|
2021-03-27 09:39:02 +01:00
|
|
|
# Export file for Stardoc support
|
|
|
|
exports_files(
|
|
|
|
[
|
|
|
|
"crates.bzl",
|
|
|
|
],
|
|
|
|
visibility = ["//visibility:public"],
|
|
|
|
)
|
|
|
|
|
2020-11-12 08:41:47 +01:00
|
|
|
exports_files(["licenses.json"])
|