cargo/tests/testsuite/cargo_add/overwrite_path_noop/in/Cargo.toml

13 lines
334 B
TOML

[workspace]
exclude = ["dependency"]
[package]
name = "cargo-list-test-fixture"
version = "0.0.0"
edition = "2015"
[dependencies]
# Before my-package1
your-face = { version = "0.0.0", path = "dependency", optional = true, default-features = false, features = ["nose", "mouth"], registry = "alternative" } # After my-package1
# End