summaryrefslogtreecommitdiffstats
path: root/src/tools/cargo/tests/testsuite/cargo_add/overwrite_inherit_optional_noop/in/primary/Cargo.toml
blob: 228aef664c080155467e5b73e54ef3a986f6724a (plain)
1
2
3
4
5
6
[package]
name = "bar"
version = "0.0.0"

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