cuemata/cue.mod/BUILD.bazel
Hoang Nguyen 0041771955
Initial commit
There is nothing here yet, just boilerplate code -_-
2023-12-10 00:00:00 +07:00

10 lines
242 B
Python

# SPDX-FileCopyrightText: 2023 Hoang Nguyen <folliekazetani@protonmail.com>
#
# SPDX-License-Identifier: Apache-2.0
load("@rules_cue//cue:cue.bzl", "cue_module")
cue_module(
name = "cuelumi",
visibility = ["//visibility:public"],
)