Skip to content

Commit

Permalink
og
Browse files Browse the repository at this point in the history
  • Loading branch information
UebelAndre committed Dec 31, 2024
1 parent 2fa0559 commit 5c351c0
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
1 change: 1 addition & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ bazel_dep(
internal_deps = use_extension("//rust/private:internal_extensions.bzl", "i")
use_repo(
internal_deps,
"rrra",
"rrra__anyhow-1.0.71",
"rrra__clap-4.3.11",
"rrra__env_logger-0.10.0",
Expand Down
23 changes: 21 additions & 2 deletions examples/hello_world/MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/rust_analyzer/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
The dependencies for running the gen_rust_project binary.
"""

load("//tools/rust_analyzer/3rdparty/crates:defs.bzl", "crate_repositories")
load("//tools/rust_analyzer/3rdparty/crates:crates.bzl", "crate_repositories")

def rust_analyzer_dependencies():
"""Define dependencies of the `rust_analyzer` Bazel tools"""
Expand Down

0 comments on commit 5c351c0

Please sign in to comment.