summaryrefslogtreecommitdiffstats
path: root/src/tools/cargo/tests/testsuite/cargo_add/overwrite_path_noop/out/Cargo.toml
blob: bbaf4f5521c2b6e896ece12ddddf3b9cb49b548e (plain)
1
2
3
4
5
6
7
8
9
[workspace]
exclude = ["dependency"]

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

[dependencies]
your-face = { version = "0.0.0", path = "dependency", optional = true, default-features = false, features = ["nose", "mouth"], registry = "alternative" }