Skip to content

0.1

Compare
Choose a tag to compare
@helly25 helly25 released this 16 Jul 11:09
· 13 commits to main since this release
93b0189

Initial release.

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
  name = "com_helly25_proto",
  url = "https://github.com/helly25/proto/archive/refs/tags/0.1.tar.gz",
  sha256 = "9047ced517c47ca57b67ac5a2f219ea31158be972193b5f76b10a1d3ec8eb4a8",
)