mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-11 16:30:12 -04:00
bazel: migrate rules_pkg to bzlmod
This commit is contained in:
parent
8abac5c2fd
commit
2ba94f5ba8
3 changed files with 1 additions and 24 deletions
|
@ -3,3 +3,4 @@ module(name = "constellation")
|
|||
bazel_dep(name = "bazel_skylib", version = "1.6.1")
|
||||
bazel_dep(name = "hermetic_cc_toolchain", version = "3.1.0")
|
||||
bazel_dep(name = "rules_cc", version = "0.0.9")
|
||||
bazel_dep(name = "rules_pkg", version = "0.10.1")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue