Skip to content

Commit

Permalink
Add foldhash dependency to bazel build
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Nov 16, 2024
1 parent cb0467c commit ac9f6ff
Show file tree
Hide file tree
Showing 5 changed files with 127 additions and 2 deletions.
5 changes: 4 additions & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ rust_library(
":cxxbridge-macro",
],
visibility = ["//visibility:public"],
deps = [":core-lib"],
deps = [
":core-lib",
"@crates.io//:foldhash",
],
)

alias(
Expand Down
20 changes: 19 additions & 1 deletion MODULE.bazel.lock

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

6 changes: 6 additions & 0 deletions third-party/bazel/BUILD.bazel

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

86 changes: 86 additions & 0 deletions third-party/bazel/BUILD.foldhash-0.1.3.bazel

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

12 changes: 12 additions & 0 deletions third-party/bazel/defs.bzl

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

0 comments on commit ac9f6ff

Please sign in to comment.