• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1###############################################################################
2# @generated
3# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
4# regenerate this file, run the following:
5#
6#     bazel run @@//third-party:vendor
7###############################################################################
8
9package(default_visibility = ["//visibility:public"])
10
11exports_files(
12    [
13        "cargo-bazel.json",
14        "crates.bzl",
15        "defs.bzl",
16    ] + glob(
17        include = ["*.bazel"],
18        allow_empty = True,
19    ),
20)
21
22filegroup(
23    name = "srcs",
24    srcs = glob(
25        include = [
26            "*.bazel",
27            "*.bzl",
28        ],
29        allow_empty = True,
30    ),
31)
32
33# Workspace Member Dependencies
34alias(
35    name = "anyhow",
36    actual = "@vendor__anyhow-1.0.77//:anyhow",
37    tags = ["manual"],
38)
39