summaryrefslogtreecommitdiffstats
path: root/src/tools/cargo/tests/testsuite/cargo_add/overwrite_git_with_path/out/primary/Cargo.toml
blob: ad12054812358988772e2c163957ec001945a41b (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, path = "../dependency", version = "0.0.0" }