mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
24 lines
413 B
Text
24 lines
413 B
Text
"""
|
|
@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
|
|
])
|
|
|
|
# No targets defined
|
|
|
|
# Export file for Stardoc support
|
|
exports_files(
|
|
[
|
|
"crates.bzl",
|
|
],
|
|
visibility = ["//visibility:public"],
|
|
)
|
|
|
|
exports_files(["licenses.json"])
|