mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
ab07b05fcb
There are rules that are used nowhere and seem like old cruft.
9 lines
226 B
Python
9 lines
226 B
Python
# Copyright (c) 2019 The DAML Authors. All rights reserved.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Export Bazel sources for Bazel API docs.
|
|
exports_files(
|
|
["daml.bzl"],
|
|
visibility = ["//bazel_tools/docs:__pkg__"],
|
|
)
|