""" | |
@generated | |
cargo-raze generated Bazel file. | |
DO NOT EDIT! Replaced on runs of cargo-raze | |
""" | |
package(default_visibility = ["//visibility:public"]) | |
licenses([ | |
"notice", # See individual crates for specific licenses | |
]) | |
# Aliased targets | |
alias( | |
name = "bzip2", | |
actual = "@basic_sys__bzip2__0_3_3//:bzip2", | |
tags = [ | |
"cargo-raze", | |
"manual", | |
], | |
) | |
# Export file for Stardoc support | |
exports_files( | |
[ | |
"crates.bzl", | |
], | |
visibility = ["//visibility:public"], | |
) |