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

16 lines
269 B
TOML

[workspace]
[package]
name = "cargo-list-test-fixture"
version = "0.0.0"
edition = "2015"
[features]
default = ["your-face"]
other = ["your-face/nose"]
[dependencies]
# Before your-face
your-face = { version = "99999.0.0", optional = true } # After your-face
# End