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