cargo/crates/xtask-stale-label/Cargo.toml
Weihang Lo 1539b3dfc1
lint: dogfood ourselves lints table in manifest
These lint rules are from src/lib.rs. We aim to remove
them in the source code once `Zlints` hit stable.
2023-11-16 11:35:21 -05:00

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