mirror of
https://github.com/google/brotli.git
synced 2024-11-12 15:10:15 +00:00
10 lines
159 B
Python
10 lines
159 B
Python
# Description:
|
|
# Bazel workspace file for Brotli.
|
|
|
|
workspace(name = "org_brotli")
|
|
|
|
maven_jar(
|
|
name = "junit_junit",
|
|
artifact = "junit:junit:4.12",
|
|
)
|