Serge Bazanski | cbf1fa9 | 2021-07-02 17:28:50 +0200 | [diff] [blame] | 1 | """ |
| 2 | @generated |
| 3 | cargo-raze generated Bazel file. |
| 4 | |
| 5 | DO NOT EDIT! Replaced on runs of cargo-raze |
| 6 | """ |
| 7 | |
| 8 | package(default_visibility = ["//visibility:public"]) |
| 9 | |
| 10 | licenses([ |
| 11 | "notice", # See individual crates for specific licenses |
| 12 | ]) |
| 13 | |
| 14 | # Aliased targets |
| 15 | alias( |
| 16 | name = "mdbook", |
| 17 | actual = "@raze__mdbook__0_4_10//:mdbook", |
| 18 | tags = [ |
| 19 | "cargo-raze", |
| 20 | "manual", |
| 21 | ], |
| 22 | ) |
| 23 | |
| 24 | alias( |
| 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 |
| 36 | exports_files( |
| 37 | [ |
| 38 | "crates.bzl", |
| 39 | ], |
| 40 | visibility = ["//visibility:public"], |
| 41 | ) |