aboutsummaryrefslogtreecommitdiff
path: root/examples/example-outside-type/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-06-20 01:30:10 +0800
committer魏曹先生 <1992414357@qq.com>2026-06-20 01:30:10 +0800
commitd3177c386d739a3dc0e06890ad8f14713ef44ee0 (patch)
tree98193b025812ee13b1f0f0bb38e1d58fd2558f3d /examples/example-outside-type/Cargo.toml
parent9d491352d161ee629cc47459537344ba0ea4bb35 (diff)
Add `group!` macro for registering external types
Diffstat (limited to 'examples/example-outside-type/Cargo.toml')
-rw-r--r--examples/example-outside-type/Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/example-outside-type/Cargo.toml b/examples/example-outside-type/Cargo.toml
new file mode 100644
index 0000000..e2ca5ba
--- /dev/null
+++ b/examples/example-outside-type/Cargo.toml
@@ -0,0 +1,12 @@
+[package]
+name = "example-outside-type"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies.mingling]
+path = "../../mingling"
+features = [
+ "extra_macros",
+]
+
+[workspace]