anki/pylib/rsbridge/cargo/BUILD.bazel
Damien Elmes 4c3577b12e update Rust deps incl. Pyo3
This includes the refcount bug fix from pyo3 0.12.4
2020-12-01 16:48:45 +10:00

23 lines
378 B
Python

"""
@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 = "pyo3",
actual = "@raze__pyo3__0_12_4//:pyo3",
tags = [
"cargo-raze",
"manual",
],
)