summaryrefslogtreecommitdiff
path: root/utils/string_proc/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-02-25 15:24:18 +0800
committer魏曹先生 <1992414357@qq.com>2026-02-25 15:24:18 +0800
commitfcbd18c4b7d90388a9a2b9e28555d2526727958c (patch)
tree0de680895d6a162a99356d6e4d733942a339275e /utils/string_proc/Cargo.toml
parent8b96e8171c4e9d6516fd63d37cbe613bd5927a04 (diff)
Replace string_proc with just_fmt as external dependency
Diffstat (limited to 'utils/string_proc/Cargo.toml')
-rw-r--r--utils/string_proc/Cargo.toml7
1 files changed, 0 insertions, 7 deletions
diff --git a/utils/string_proc/Cargo.toml b/utils/string_proc/Cargo.toml
deleted file mode 100644
index 5292339..0000000
--- a/utils/string_proc/Cargo.toml
+++ /dev/null
@@ -1,7 +0,0 @@
-[package]
-name = "string_proc"
-version = "0.1.0"
-edition = "2024"
-
-[dependencies]
-strip-ansi-escapes = "0.2.1"