summaryrefslogtreecommitdiff
path: root/utils/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 /utils/Cargo.toml
parent5dd853c5371bf26d7bf3774f3c03088fb15f84a3 (diff)
Replace string_proc with just_fmt dependency
Diffstat (limited to 'utils/Cargo.toml')
-rw-r--r--utils/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/Cargo.toml b/utils/Cargo.toml
index b4df110..c055c07 100644
--- a/utils/Cargo.toml
+++ b/utils/Cargo.toml
@@ -10,6 +10,7 @@ just_enough_vcs = { path = "../../VersionControl", features = ["all"] }
# Display
colored = "3.0"
strip-ansi-escapes = "0.2.1"
+just_fmt = "0.1.2"
# Async
tokio = { version = "1", features = ["full"] }