brotli/WORKSPACE
2016-10-17 14:04:59 +02:00

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",
)