aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-08-14 02:57:39 +0800
committer魏曹先生 <1992414357@qq.com>2026-08-14 02:57:39 +0800
commita14b9bbb96e025a60abeb492ba043b0db806289a (patch)
treef764b1d9dae63e4dabcdc9dcf4fb135b9788255d /mingling_core/Cargo.toml
parent9dde70fc4fb85a5be14a9429ba52fffe529317d3 (diff)
docs: enable running doctests in comp and pathf build modules
Diffstat (limited to 'mingling_core/Cargo.toml')
-rw-r--r--mingling_core/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
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"