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

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

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