summaryrefslogtreecommitdiffstats
path: root/src/tools/cargo/tests/testsuite/cargo_add/overwrite_path_noop/out/Cargo.toml
blob: 7172521917c920096da804f9c84b6afed4bfbf6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[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" }

[features]
your-face = ["dep:your-face"]