Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

v0.0.7

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Oct 21:18
01f5fa3

0.0.7

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "cargo_bazel",
    sha256 = "2fb5bf5ebf986d9868e8fc6e9f835183e73cd5f89c341694945f970c371e0efa",
    urls = ["https://github.com/abrisco/cargo-bazel/releases/download/0.0.7/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