extract_cargo_lints.bzl

extract_cargo_lints

load("@rules_rust//cargo:extract_cargo_lints.bzl", "extract_cargo_lints")

extract_cargo_lints(name, manifest, workspace)

ATTRIBUTES

NameDescriptionTypeMandatoryDefault
nameA unique name for this target.Namerequired
manifestCargo.toml to read lints from.Labelrequired
workspaceWorkspace Cargo.toml that the manifest Cargo.toml inherits from.LabeloptionalNone