This commit is contained in:
eeelin 2024-08-27 04:40:14 +00:00
parent 4a79cf5421
commit 15419e4926
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
bzl_library(
name = "deps_bzl",
srcs = ["deps.bzl"],
name = "defs_bzl",
srcs = ["defs.bzl"],
visibility = ["//:__subpackages__"],
)