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 @//sys/basic/3rdparty:crates_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 = "bzip2", 36 actual = "@basic_sys__bzip2-0.3.3//:bzip2", 37 tags = ["manual"], 38) 39