summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu <matthieu@developershouse.xyz>2021-10-13 13:12:51 +0400
committerMatthieu <matthieu@developershouse.xyz>2021-10-13 13:12:51 +0400
commita85898459a1c685d389d65092d93cc729a14bb24 (patch)
treeed30e53a5623273872cc784b08d7f1dc06ce3c56
parent1a10e1778ce34d704545433f6f462f72e4b905dd (diff)
cargo raze
-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 = [