blob: ade33494b0f55219b69831c546b265317d6cba28 [file] [log] [blame]
Brian Silvermancc09f182022-03-09 15:40:20 -08001"""
2@generated
3cargo-raze generated Bazel file.
4
5DO NOT EDIT! Replaced on runs of cargo-raze
6"""
7
8package(default_visibility = ["//visibility:public"])
9
10licenses([
11 "notice", # See individual crates for specific licenses
12])
13
14# Aliased targets
15alias(
16 name = "bzip2",
17 actual = "@basic_sys__bzip2__0_3_3//:bzip2",
18 tags = [
19 "cargo-raze",
20 "manual",
21 ],
22)
23
24# Export file for Stardoc support
25exports_files(
26 [
27 "crates.bzl",
28 ],
29 visibility = ["//visibility:public"],
30)