[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"]