diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-05-08 15:48:54 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-05-08 15:48:54 +0800 |
| commit | e875a80d52e5e44f107366cd4825936c44c824bb (patch) | |
| tree | 0753be45a46c621771787b0abcaac9620e06ea8f /examples/example-dispatch-tree/Cargo.toml | |
| parent | d895af6e53eb4a18554b3174f819eb771e81ca05 (diff) | |
Add dispatch tree example and update doc version references
Diffstat (limited to 'examples/example-dispatch-tree/Cargo.toml')
| -rw-r--r-- | examples/example-dispatch-tree/Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/example-dispatch-tree/Cargo.toml b/examples/example-dispatch-tree/Cargo.toml new file mode 100644 index 0000000..f1c6785 --- /dev/null +++ b/examples/example-dispatch-tree/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "example-dispatch-tree" +version = "0.1.0" +edition = "2024" + +[dependencies] +mingling = { path = "../../mingling", features = ["dispatch_tree", "comp"] } |
