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

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

[features]
default = []
other = ["your-face/nose"]

[dependencies]
your-face = { version = "99999.0.0" }
my-package2 = { version = "0.4.1" }