We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f102a3 commit 44e0de1Copy full SHA for 44e0de1
MODULE.bazel
@@ -6,6 +6,7 @@ module(
6
bazel_dep(name = "bazel_skylib", version = "1.7.1")
7
bazel_dep(name = "jsonnet", version = "0.20.0")
8
bazel_dep(name = "jsonnet_go", version = "0.20.0")
9
+bazel_dep(name = "rules_python", version = "1.2.0")
10
bazel_dep(name = "rules_rust", version = "0.54.1")
11
12
jsonnet = use_extension("//jsonnet:extensions.bzl", "jsonnet")
jsonnet/BUILD
@@ -1,4 +1,5 @@
1
load(":toolchain.bzl", "jsonnet_toolchain")
2
+load("@rules_python//python:py_binary.bzl", "py_binary")
3
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
4
5
exports_files(["docs.bzl", "jsonnet.bzl", "toolchain.bzl"])
0 commit comments