summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui-cargo/multiple_config_files/warn/Cargo.toml
blob: b4847d070aab83899029e01fb0fded2129966cae (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "warn"
version = "0.1.0"
edition = "2021"
publish = false

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]