aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-06-28 04:10:24 +0800
committer魏曹先生 <1992414357@qq.com>2026-06-28 04:10:24 +0800
commit69250e8f99c16c70ffe04fccf3192eb648f6e4f5 (patch)
tree8036e94d63c1beeacb1eaae176aa987a877dcb56 /Cargo.lock
parentcaf2ec52437e16c42ebc1d826607c814ed7a889e (diff)
feat(workspace): add mingling_pathf crate and pathf feature
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 62001a3..64d1da9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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"