Skip to content

Commit

Permalink
Copy rules_directory to bazel-skylib.
Browse files Browse the repository at this point in the history
  • Loading branch information
matts1 committed May 13, 2024
1 parent 0d43695 commit 954c6cb
Show file tree
Hide file tree
Showing 28 changed files with 3,032 additions and 0 deletions.
1 change: 1 addition & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ bazel_dep(name = "rules_license", version = "0.0.7")
# Build-only / test-only dependencies
bazel_dep(name = "stardoc", version = "0.6.2", dev_dependency = True, repo_name = "io_bazel_stardoc")
bazel_dep(name = "rules_pkg", version = "0.9.1", dev_dependency = True)
bazel_dep(name = "rules_testing", version = "0.6.0", dev_dependency = True)

# Needed for bazelci and for building distribution tarballs.
# If using an unreleased version of bazel_skylib via git_override, apply
Expand Down
Loading

0 comments on commit 954c6cb

Please sign in to comment.