blob: 375671f2e893b8fdbcd60893afcc4e052ece3831 [file] [log] [blame] [edit]
workspace(name = "com_google_protobuf_javascript")
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "com_google_protobuf",
urls = ["https://github.com/protocolbuffers/protobuf/archive/refs/tags/v3.20.1.zip"],
strip_prefix = "protobuf-3.20.1",
)
load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
protobuf_deps()