mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-25 11:14:46 +00:00

These lint rules are from src/lib.rs. We aim to remove them in the source code once `Zlints` hit stable.
13 lines
195 B
TOML
13 lines
195 B
TOML
[package]
|
|
name = "xtask-stale-label"
|
|
version = "0.0.0"
|
|
rust-version.workspace = true
|
|
edition.workspace = true
|
|
publish = false
|
|
|
|
[dependencies]
|
|
toml_edit.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|