blob: ebb1b3fad8c1b408821c5bbee1a67fe1b5424763 [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
8package(default_visibility = ["//visibility:public"])
9
10licenses([
11 "notice", # See individual crates for specific licenses
12])
13
14# Aliased targets
15alias(
16 name = "mdbook",
17 actual = "@raze__mdbook__0_4_10//:mdbook",
18 tags = [
19 "cargo-raze",
20 "manual",
21 ],
22)
23
24alias(
25 # Extra aliased target, from raze configuration
26 # N.B.: The exact form of this is subject to change.
27 name = "cargo_bin_mdbook",
28 actual = "@raze__mdbook__0_4_10//:cargo_bin_mdbook",
29 tags = [
30 "cargo-raze",
31 "manual",
32 ],
33)
34
35# Export file for Stardoc support
36exports_files(
37 [
38 "crates.bzl",
39 ],
40 visibility = ["//visibility:public"],
41)