blob: 8768619e4234c149f3585c771eae31b456049d59 [file] [log] [blame]
module(
name = "blake3",
version = "1.5.4",
compatibility_level = 1,
)
bazel_dep(name = "rules_cc", version = "0.0.6")
# Required only by `--extra_toolchains=@local_config_cc//:cc-toolchain-arm64_windows` used in CI.
cc_configure = use_extension("@bazel_tools//tools/cpp:cc_configure.bzl", "cc_configure_extension", dev_dependency = True)
use_repo(cc_configure, "local_config_cc")