mirror of
https://github.com/nexus-stc/hyperboria
synced 2025-02-13 10:36:48 +01:00
15 lines
226 B
Python
15 lines
226 B
Python
"""
|
|
@generated
|
|
cargo-raze generated Bazel file.
|
|
|
|
DO NOT EDIT! Replaced on runs of cargo-raze
|
|
"""
|
|
|
|
# Export file for Stardoc support
|
|
exports_files(
|
|
[
|
|
"crates.bzl",
|
|
],
|
|
visibility = ["//visibility:public"],
|
|
)
|