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

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

[dependencies]
cargo-list-test-fixture-dependency = { optional = true, version = "20.0" }