diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-28 04:10:24 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-28 04:10:24 +0800 |
| commit | 69250e8f99c16c70ffe04fccf3192eb648f6e4f5 (patch) | |
| tree | 8036e94d63c1beeacb1eaae176aa987a877dcb56 /Cargo.lock | |
| parent | caf2ec52437e16c42ebc1d826607c814ed7a889e (diff) | |
feat(workspace): add mingling_pathf crate and pathf feature
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -421,6 +421,7 @@ dependencies = [ "just_fmt", "just_template", "log", + "mingling_pathf", "ron", "serde", "serde_json", @@ -439,6 +440,10 @@ dependencies = [ ] [[package]] +name = "mingling_pathf" +version = "0.2.0" + +[[package]] name = "mio" version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" |
