From 5f3d4892a12189e88e692eabdd5f8fe68c79b23e Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Wed, 25 Feb 2026 07:48:47 +0800 Subject: Replace string_proc with just_fmt dependency --- Cargo.toml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') 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" -- cgit