blob: c426d50d9c86ccc61f3774841268320a36aad7d0 [file] [log] [blame]
"""
@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 = "@complex_sys__git2__0_13_12//:git2",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "openssl",
actual = "@complex_sys__openssl__0_10_32//:openssl",
tags = [
"cargo-raze",
"manual",
],
)
alias(
name = "openssl_sys",
actual = "@complex_sys__openssl_sys__0_9_60//:openssl_sys",
tags = [
"cargo-raze",
"manual",
],
)
# Export file for Stardoc support
exports_files(
glob([
"**/*.bazel",
"**/*.bzl",
]),
visibility = ["//visibility:public"],
)
filegroup(
name = "srcs",
srcs = glob([
"**/*.bazel",
"**/*.bzl",
]),
visibility = ["//visibility:public"],
)