From: Matthieu Date: Wed, 13 Oct 2021 09:12:51 +0000 (+0400) Subject: cargo raze X-Git-Tag: v0.1~56^2~27 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=a85898459a1c685d389d65092d93cc729a14bb24;p=matthieu%2Fnova.git cargo raze --- 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 @@ -30,6 +30,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",