Skip to content

Commit

Permalink
upstream_wrappers: Add wrappers for cargo/cargo-clippy/rustc
Browse files Browse the repository at this point in the history
  • Loading branch information
kolloch committed Jun 18, 2024
1 parent 030f781 commit 67e62a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/upstream_wrapper/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ load("//rust:defs.bzl", "rust_binary", "rust_clippy", "rust_library")
load("//tools:tool_utils.bzl", "aspect_repository")

tools = {
"cargo": "//rust/toolchain:current_cargo_files",
"cargo_clippy": "//rust/toolchain:current_cargo_clippy_files",
"rustc": "//rust/toolchain:current_rustc_files",
"rustfmt": "//rust/toolchain:current_rustfmt_toolchain_for_target",
}

Expand Down

0 comments on commit 67e62a4

Please sign in to comment.