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

[workspace]