blob: bcdf21652469775c881d80759a8d2a18d0647155 [file] [log] [blame] [edit]
# Copyright 2024 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
"""Generates Cargo.toml files from dependencies specified in the build file."""
load("//bazel/build_defs/generate_cargo_toml:generate_cargo_toml.bzl", _generate_cargo_toml = "generate_cargo_toml")
visibility("public")
generate_cargo_toml = _generate_cargo_toml