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