aboutsummaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2020-10-08 16:43:19 -0700
committerDavid Tolnay <dtolnay@gmail.com>2020-10-08 16:43:19 -0700
commit4563fb1c746d4526d210e95b66d548632bbe72e8 (patch)
tree3892f16e9535592a3fbf27ef2a253b022ce8b113 /BUILD
parentde0c14d532ed1c6657b7d583457b93327cbc2682 (diff)
downloadcxx-4563fb1c746d4526d210e95b66d548632bbe72e8.tar.gz
Add lazy_static dep to cxx-build
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index e551d184..782374b2 100644
--- a/BUILD
+++ b/BUILD
@@ -59,6 +59,7 @@ rust_library(
deps = [
"//third-party:cc",
"//third-party:codespan-reporting",
+ "//third-party:lazy_static",
"//third-party:proc-macro2",
"//third-party:quote",
"//third-party:syn",