diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-05-24 17:06:54 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-05-24 17:06:54 +0800 |
| commit | 60e70f5320b2abdb38a2349c18e5bffcfea37ca7 (patch) | |
| tree | 3402af0a2822255c1c3f9c77affe6da81c9d1279 /examples/example-implicit-dispatcher/Cargo.toml | |
| parent | 11adad7db1b6202d5366527902c3f0a9fb90654f (diff) | |
Add implicit dispatcher macro with auto-derived names
Diffstat (limited to 'examples/example-implicit-dispatcher/Cargo.toml')
| -rw-r--r-- | examples/example-implicit-dispatcher/Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/example-implicit-dispatcher/Cargo.toml b/examples/example-implicit-dispatcher/Cargo.toml new file mode 100644 index 0000000..db6fdab --- /dev/null +++ b/examples/example-implicit-dispatcher/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "example-implicit-dispatcher" +version = "0.1.0" +edition = "2024" + +[dependencies.mingling] +path = "../../mingling" +features = ["extra_macros"] |
