aboutsummaryrefslogtreecommitdiff
path: root/examples/example-argument-picker/Cargo.toml
blob: 779c00b91c63ab7726c0106e69b7af3eb7a4cc1f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "example-argument-picker"
version = "0.1.0"
edition = "2024"

[dependencies.mingling]
path = "../../mingling"

# Enable `picker` features
features = ["picker", "extras"]

[workspace]