summaryrefslogtreecommitdiffstats
path: root/src/tools/cargo/tests/testsuite/cargo_add/rust_version_latest/out/Cargo.toml
blob: f824b41c3d0312201ba469c12ec7c253b5da70f7 (plain)
1
2
3
4
5
6
7
8
9
[workspace]

[package]
name = "cargo-list-test-fixture"
version = "0.0.0"
rust-version = "1.72"

[dependencies]
rust-version-user = "0.2.1"