aboutsummaryrefslogtreecommitdiff
path: root/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 /Cargo.toml
parenta88a4478bfa9c18d49296460b98c0512f34794c4 (diff)
Add LazyRes for lazy resource initialization
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 45afe35..051bde7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,6 +16,7 @@ exclude = [
"examples/example-help",
"examples/example-hook",
"examples/example-implicit-dispatcher",
+ "examples/example-lazy-resources",
"examples/example-panic-unwind",
"examples/example-repl-basic",
"examples/example-resources",