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

[dependencies.mingling]
path = "../../mingling"
# Enable `clap` features
features = ["clap"]

# Import `clap` to your project
[dependencies.clap]
version = "4.6.1"
# Enable `derive` features
features = ["derive"]