summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-02-25 07:48:47 +0800
committer魏曹先生 <1992414357@qq.com>2026-02-25 07:48:47 +0800
commit5f3d4892a12189e88e692eabdd5f8fe68c79b23e (patch)
tree315e67e2efc2ca88d8e25aeb98626b1169241b17 /Cargo.toml
parent5dd853c5371bf26d7bf3774f3c03088fb15f84a3 (diff)
Replace string_proc with just_fmt dependency
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 5 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 072b8c9..745f431 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -36,8 +36,7 @@ panic = "abort"
strip = true
[build-dependencies]
-# Just Enough VCS String Formatter
-string_proc = { path = "../VersionControl/utils/string_proc/" }
+just_fmt = "0.1.2"
tokio = { version = "1", features = ["rt", "rt-multi-thread"] }
chrono = "0.4"
@@ -46,7 +45,7 @@ regex = "1.12"
[dependencies]
# Just Enough VCS
-just_enough_vcs = { path = "../VersionControl", features = ["all", "deprecated"] }
+just_enough_vcs = { path = "../VersionControl", features = ["all"] }
# RenderSystem Macros
render_system_macros = { path = "macros/render_system_macros" }
@@ -89,3 +88,6 @@ rust-i18n = "3"
# File & Directory
walkdir = "2.5.0"
+
+# String format
+just_fmt = "0.1.2"