aboutsummaryrefslogtreecommitdiff
path: root/examples/example-lazy-resources/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-06-07 19:42:02 +0800
committer魏曹先生 <1992414357@qq.com>2026-06-07 19:42:02 +0800
commit9725bbc5a41e00a2b952cdfe4a04d472765c9e41 (patch)
tree05ef878bb5b95e32713349eb82ed74665eb9bfa9 /examples/example-lazy-resources/Cargo.toml
parenta88a4478bfa9c18d49296460b98c0512f34794c4 (diff)
Add LazyRes for lazy resource initialization
Diffstat (limited to 'examples/example-lazy-resources/Cargo.toml')
-rw-r--r--examples/example-lazy-resources/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/example-lazy-resources/Cargo.toml b/examples/example-lazy-resources/Cargo.toml
new file mode 100644
index 0000000..1f47f8e
--- /dev/null
+++ b/examples/example-lazy-resources/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "example-lazy-resources"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies.mingling]
+path = "../../mingling"
+features = []