aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
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.toml
parentcaf2ec52437e16c42ebc1d826607c814ed7a889e (diff)
feat(workspace): add mingling_pathf crate and pathf feature
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index acf96af..fedb095 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[workspace]
resolver = "2"
-members = ["mingling", "mingling_core", "mingling_macros", "mling"]
+members = ["mingling", "mingling_core", "mingling_macros", "mingling_pathf", "mling"]
exclude = [
# README-Tests
"./temp/*",
@@ -16,6 +16,10 @@ exclude = [
]
[workspace.dependencies]
+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.1.3"