]> git.puffer.fish Git - matthieu/nova.git/commitdiff
cargo raze
authorMatthieu <matthieu@developershouse.xyz>
Wed, 13 Oct 2021 09:12:51 +0000 (13:12 +0400)
committerMatthieu <matthieu@developershouse.xyz>
Wed, 13 Oct 2021 09:12:51 +0000 (13:12 +0400)
webhook/cargo/BUILD.bazel

index 8eb8336a975a991ffa41998a8d7316ca6584f9bb..4569cc1026fd3632e9ffbe14e13f9acc36aa8762 100644 (file)
@@ -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",