From a14b9bbb96e025a60abeb492ba043b0db806289a Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 14 Aug 2026 02:57:39 +0800 Subject: docs: enable running doctests in comp and pathf build modules --- mingling_core/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mingling_core/Cargo.toml') diff --git a/mingling_core/Cargo.toml b/mingling_core/Cargo.toml index 833a857..0b7e1aa 100644 --- a/mingling_core/Cargo.toml +++ b/mingling_core/Cargo.toml @@ -51,3 +51,6 @@ log = { workspace = true, optional = true } env_logger = { workspace = true, optional = true } might_be_async.workspace = true + +[dev-dependencies] +temp-env = "0.3.6" -- cgit