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

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

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

[workspace]