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 /Cargo.lock | |
| parent | 9dde70fc4fb85a5be14a9429ba52fffe529317d3 (diff) | |
docs: enable running doctests in comp and pathf build modules
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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" |
