############################################################################### # @generated # DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To # regenerate this file, run the following: # # bazel run @//sys/basic/3rdparty: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 = "bzip2", actual = "@basic_sys__bzip2-0.3.3//:bzip2", tags = ["manual"], )