aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-07-10 00:59:21 +0800
committer魏曹先生 <1992414357@qq.com>2026-07-10 00:59:21 +0800
commit8ddd5031f749470dea7d26b0cfc3acfb50e509ea (patch)
tree68bbef3835b71b7eb65aaf195201e4bc83c2de2e /Cargo.toml
parent9512db00340ac010a78cc86b76ac0344abfae7a8 (diff)
chore(deps): switch workspace crates to local paths
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 499da03..4e61b61 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,9 +17,9 @@ exclude = [
]
[workspace.dependencies]
-mingling_core = { version = "0.2.1", default-features = false }
-mingling_macros = { version = "0.2.1", default-features = false }
-mingling_pathf = { version = "0.2.1", default-features = false }
+mingling_core = { path = "mingling_core", default-features = false }
+mingling_macros = { path = "mingling_macros", default-features = false }
+mingling_pathf = { path = "mingling_pathf", default-features = false }
just_fmt = "0.1.2"
just_template = "0.2.0"