platforms/WORKSPACE

12 lines
371 B
Python
Raw Normal View History

workspace(name = "platforms")
2022-12-07 21:56:15 +00:00
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_license",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/rules_license/releases/download/0.0.3/rules_license-0.0.3.tar.gz",
],
2023-01-03 21:25:22 +00:00
sha256 = "00ccc0df21312c127ac4b12880ab0f9a26c1cff99442dc6c5a331750360de3c3",
)