diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-14 02:57:39 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-14 02:57:39 +0800 |
| commit | a14b9bbb96e025a60abeb492ba043b0db806289a (patch) | |
| tree | f764b1d9dae63e4dabcdc9dcf4fb135b9788255d /mingling_core/Cargo.toml | |
| parent | 9dde70fc4fb85a5be14a9429ba52fffe529317d3 (diff) | |
docs: enable running doctests in comp and pathf build modules
Diffstat (limited to 'mingling_core/Cargo.toml')
| -rw-r--r-- | mingling_core/Cargo.toml | 3 |
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" |
