Files
codeql/misc/bazel/3rdparty/py_deps/BUILD.bazel
Cornelius Riemenschneider a66f8209f9 Rust: Vendor 3rdparty dependencies.
We've been observing some performance issues using crate_universe on CI.
Therefore, we're moving to vendor the auto-generated BUILD files
in our repository. This should provide a nice speed boost, while
getting rid of the complexity of the "rust cache" job we've been using
when we had a lot of git dependencies.

This PR includes a vendor script, and I'll put up a CI job internally
that runs that vendor script on Cargo.toml and Cargo.lock changes, to check
that the vendored files are in sync.
2024-11-13 13:22:14 +01:00

87 lines
1.7 KiB
Python
Generated

###############################################################################
# @generated
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
# regenerate this file, run the following:
#
# bazel run @@//misc/bazel/3rdparty:vendor_py_deps
###############################################################################
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 = "anyhow",
actual = "@vendor__anyhow-1.0.44//:anyhow",
tags = ["manual"],
)
alias(
name = "clap",
actual = "@vendor__clap-2.33.3//:clap",
tags = ["manual"],
)
alias(
name = "regex",
actual = "@vendor__regex-1.5.5//:regex",
tags = ["manual"],
)
alias(
name = "smallvec",
actual = "@vendor__smallvec-1.6.1//:smallvec",
tags = ["manual"],
)
alias(
name = "string-interner",
actual = "@vendor__string-interner-0.12.2//:string_interner",
tags = ["manual"],
)
alias(
name = "thiserror",
actual = "@vendor__thiserror-1.0.29//:thiserror",
tags = ["manual"],
)
alias(
name = "tree-sitter",
actual = "@vendor__tree-sitter-0.20.4//:tree_sitter",
tags = ["manual"],
)
alias(
name = "tree-sitter-graph",
actual = "@vendor__tree-sitter-graph-0.7.0//:tree_sitter_graph",
tags = ["manual"],
)
alias(
name = "tsp",
actual = "@vendor__tsp-0.19.0//:tsp",
tags = ["manual"],
)