summaryrefslogtreecommitdiffstats
path: root/src/tools/cargo/tests/testsuite/cargo_add/overwrite_optional_with_no_optional/in/Cargo.toml
blob: 5ef95320946f76d1cb30ce0c2671d65e3e614485 (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 = ["your-face"]
other = ["your-face/nose"]

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