summaryrefslogtreecommitdiffstats
path: root/src/tools/cargo/tests/testsuite/cargo_add/overwrite_inherit_optional_noop/out/primary/Cargo.toml
blob: 38ff36eb38b42d7a02f5d07e60a39bea06818d20 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "bar"
version = "0.0.0"

[dependencies]
foo = { workspace = true, optional = true }

[features]
foo = ["dep:foo"]