summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--webhook/cargo/BUILD.bazel9
1 files changed, 9 insertions, 0 deletions
diff --git a/webhook/cargo/BUILD.bazel b/webhook/cargo/BUILD.bazel
index 8eb8336..4569cc1 100644
--- a/webhook/cargo/BUILD.bazel
+++ b/webhook/cargo/BUILD.bazel
@@ -31,6 +31,15 @@ alias(
)
alias(
+ name = "lazy_static",
+ actual = "@raze__lazy_static__1_4_0//:lazy_static",
+ tags = [
+ "cargo-raze",
+ "manual",
+ ],
+)
+
+alias(
name = "libc",
actual = "@raze__libc__0_2_101//:libc",
tags = [