aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-05-28 22:49:24 +0800
committer魏曹先生 <1992414357@qq.com>2026-05-28 22:49:24 +0800
commit1cb8efb80e7d05ab14d5ed31227aa20373977fa2 (patch)
tree8a72d47e456b7a959162d7668ed942711e37996e /Cargo.toml
parent30369cc87d44c646e9541174fbe7c1fd36cee223 (diff)
Add example for clap binding integration
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 86b865e..fcddfc6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,6 +5,7 @@ exclude = [
"examples/example-argument-parse",
"examples/example-async-support",
"examples/example-basic",
+ "examples/example-clap-binding",
"examples/example-completion",
"examples/example-custom-pickable",
"examples/example-dispatch-tree",