aboutsummaryrefslogtreecommitdiff
path: root/proto/prost/private/3rdparty/crates/BUILD.tower-0.4.13.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'proto/prost/private/3rdparty/crates/BUILD.tower-0.4.13.bazel')
-rw-r--r--proto/prost/private/3rdparty/crates/BUILD.tower-0.4.13.bazel6
1 files changed, 5 insertions, 1 deletions
diff --git a/proto/prost/private/3rdparty/crates/BUILD.tower-0.4.13.bazel b/proto/prost/private/3rdparty/crates/BUILD.tower-0.4.13.bazel
index 865ad1b1..ca8de132 100644
--- a/proto/prost/private/3rdparty/crates/BUILD.tower-0.4.13.bazel
+++ b/proto/prost/private/3rdparty/crates/BUILD.tower-0.4.13.bazel
@@ -12,9 +12,13 @@ package(default_visibility = ["//visibility:public"])
rust_library(
name = "tower",
- srcs = glob(["**/*.rs"]),
+ srcs = glob(
+ include = ["**/*.rs"],
+ allow_empty = False,
+ ),
compile_data = glob(
include = ["**"],
+ allow_empty = True,
exclude = [
"**/* *",
".tmp_git_root/**/*",