blob: 2a4af58dd87e393e1a06fc16824a29bd38203615 [file]
"""
@generated
cargo-raze generated Bazel file.
DO NOT EDIT! Replaced on runs of cargo-raze
"""
package(default_visibility = ["//visibility:public"])
licenses([
"notice", # See individual crates for specific licenses
])
# Aliased targets
alias(
name = "git2",
actual = "@rules_rust_examples_complex_sys__git2__0_13_12//:git2",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "openssl",
actual = "@rules_rust_examples_complex_sys__openssl__0_10_32//:openssl",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "openssl_sys",
actual = "@rules_rust_examples_complex_sys__openssl_sys__0_9_60//:openssl_sys",
tags = [
"cargo-raze",
"manual",
],
)
# Export file for Stardoc support
exports_files(
[
"crates.bzl",
],
visibility = ["//visibility:public"],
)