aboutsummaryrefslogtreecommitdiff
path: root/mingling_picker/Cargo.toml
blob: ddab33cc6f4e5bd01350397d8078f64b4d3290b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "mingling_picker"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
authors = ["Weicao-CatilGrass"]
readme = "README.md"
description = "Mingling's lightweight argument parser"

[features]
mingling_support = ["dep:mingling_core", "mingling_picker_macros/mingling_support"]

[dependencies]
mingling_core = { workspace = true, optional = true }
mingling_picker_macros.workspace = true
just_fmt.workspace = true