update
This commit is contained in:
12
libs/brotli/WORKSPACE
Normal file
12
libs/brotli/WORKSPACE
Normal file
@@ -0,0 +1,12 @@
|
||||
workspace(name = "org_brotli_js")
|
||||
|
||||
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
|
||||
|
||||
git_repository(
|
||||
name = "io_bazel_rules_closure",
|
||||
commit = "29ec97e7c85d607ba9e41cab3993fbb13f812c4b",
|
||||
remote = "https://github.com/bazelbuild/rules_closure.git",
|
||||
)
|
||||
|
||||
load("@io_bazel_rules_closure//closure:defs.bzl", "closure_repositories")
|
||||
closure_repositories()
|
||||
Reference in New Issue
Block a user