Skip to content

v0.0.1

Choose a tag to compare

@bcspragu bcspragu released this 17 Jul 19:14
· 2 commits to main since this release

Initial release of rules_oapi_codegen

WORKSPACE code

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

http_archive(
    name = "com_siliconally_rules_oapi_codegen",
    sha256 = "2e4f696fad21126f584a457e91740f84d14e3d1e980871ffa1f490b58ff96908",
    urls = [
        "https://github.com/Silicon-Ally/rules_oapi_codegen/releases/download/v0.0.1/rules_oapi_codegen-v0.0.1.zip",
    ],
)