aboutsummaryrefslogtreecommitdiff
path: root/examples/example-argument-parse/Cargo.toml
blob: 89f75445522ceb441e9a289212bb00963e9df083 (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", "extra_macros"]