aboutsummaryrefslogtreecommitdiff
path: root/examples/sys/complex/3rdparty/crates/BUILD.percent-encoding-2.2.0.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sys/complex/3rdparty/crates/BUILD.percent-encoding-2.2.0.bazel')
-rw-r--r--examples/sys/complex/3rdparty/crates/BUILD.percent-encoding-2.2.0.bazel6
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/sys/complex/3rdparty/crates/BUILD.percent-encoding-2.2.0.bazel b/examples/sys/complex/3rdparty/crates/BUILD.percent-encoding-2.2.0.bazel
index cad46503..baacda9e 100644
--- a/examples/sys/complex/3rdparty/crates/BUILD.percent-encoding-2.2.0.bazel
+++ b/examples/sys/complex/3rdparty/crates/BUILD.percent-encoding-2.2.0.bazel
@@ -12,9 +12,13 @@ package(default_visibility = ["//visibility:public"])
rust_library(
name = "percent_encoding",
- srcs = glob(["**/*.rs"]),
+ srcs = glob(
+ include = ["**/*.rs"],
+ allow_empty = False,
+ ),
compile_data = glob(
include = ["**"],
+ allow_empty = True,
exclude = [
"**/* *",
".tmp_git_root/**/*",