aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
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 /Cargo.lock
parent9dde70fc4fb85a5be14a9429ba52fffe529317d3 (diff)
docs: enable running doctests in comp and pathf build modules
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 40ec452..0abcd25 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -299,6 +299,7 @@ dependencies = [
"serde",
"serde_json",
"serde_yaml",
+ "temp-env",
"toml 1.1.2+spec-1.1.0",
]
@@ -588,6 +589,15 @@ dependencies = [
]
[[package]]
+name = "temp-env"
+version = "0.3.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "96374855068f47402c3121c6eed88d29cb1de8f3ab27090e273e420bdabcf050"
+dependencies = [
+ "parking_lot",
+]
+
+[[package]]
name = "tokio"
version = "1.52.3"
source = "registry+https://github.com/rust-lang/crates.io-index"