summaryrefslogtreecommitdiff
path: root/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 /Cargo.toml
parent8b96e8171c4e9d6516fd63d37cbe613bd5927a04 (diff)
Replace string_proc with just_fmt as external dependency
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 67ef00c..6881a81 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,14 +15,12 @@ utils = [
"hex_display",
"sha1_hash",
"tcp_connection",
- "string_proc",
]
cfg_file = []
data_struct = []
hex_display = []
sha1_hash = []
tcp_connection = []
-string_proc = []
lib = []
deprecated = []
@@ -52,7 +50,6 @@ members = [
"legacy_data",
"legacy_data/tests",
"legacy_actions",
- "utils/string_proc", # Will be gradually migrated to `just_fmt`
# LEGACY AREA
]
@@ -95,7 +92,6 @@ data_struct = { path = "utils/data_struct" }
hex_display = { path = "utils/hex_display" }
sha1_hash = { path = "utils/sha1_hash" }
tcp_connection = { path = "utils/tcp_connection" }
-string_proc = { path = "utils/string_proc" }
# Systems
asset_system = { path = "systems/_asset" }