This repository has been archived by the owner on Apr 26, 2022. It is now read-only.
v0.0.28
0.0.28
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "cargo_bazel",
sha256 = "0ff5d336cbc1931c8789a0848158574ecba40e816838d79fdb1af14fcee63440",
urls = ["https://github.com/abrisco/cargo-bazel/releases/download/0.0.28/cargo_bazel.tar.gz"],
)
load("@cargo_bazel//:deps.bzl", "cargo_bazel_deps")
cargo_bazel_deps()
Additional documentation can be found at: https://abrisco.github.io/cargo-bazel/index.html#setup