blob: 1e133362d0484f056c98d65c20829e67d7952f93 [file] [log] [blame]
###############################################################################
# @generated
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
# regenerate this file, run the following:
#
# bazel run @//vendor_external:crates_vendor
###############################################################################
package(default_visibility = ["//visibility:public"])
exports_files(
[
"cargo-bazel.json",
"crates.bzl",
"defs.bzl",
] + glob(
include = ["*.bazel"],
allow_empty = True,
),
)
filegroup(
name = "srcs",
srcs = glob(
include = [
"*.bazel",
"*.bzl",
],
allow_empty = True,
),
)
# Workspace Member Dependencies
alias(
name = "clap",
actual = "@crates_vendor__clap-3.1.5//:clap",
tags = ["manual"],
)
alias(
name = "names",
actual = "@crates_vendor__names-0.13.0//:names",
tags = ["manual"],
)
alias(
name = "rand",
actual = "@crates_vendor__rand-0.8.5//:rand",
tags = ["manual"],
)
alias(
name = "version-sync",
actual = "@crates_vendor__version-sync-0.9.4//:version_sync",
tags = ["manual"],
)