summaryrefslogtreecommitdiffstats
path: root/src/tools/cargo/tests/testsuite/cargo_add/overwrite_rename_with_rename_noop/out/Cargo.toml
blob: 0217d4176021441a482b087df4b8c4eb6189eb96 (plain)
1
2
3
4
5
6
7
8
9
10
11
[workspace]

[package]
name = "cargo-list-test-fixture"
version = "0.0.0"

[dependencies]
a1 = { package = "versioned-package", version = "0.1.1", optional = true }

[features]
a1 = ["dep:a1"]