summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui-cargo/cargo_rust_version/pass_cargo/Cargo.toml
blob: 32d404f842cf455edbf9a392e2e85dcbb3a5e2a0 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "pass-cargo"
version = "0.1.0"
rust-version = "1.13.0"
publish = false

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

[dependencies]