summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui-cargo/cargo_rust_version/fail_file_attr/Cargo.toml
blob: 84448ea41f647346543f89548205bfdd4fe7bfb9 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "fail-file-attr"
version = "0.1.0"
rust-version = "1.13"
publish = false

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

[dependencies]