diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-02-25 15:24:18 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-02-25 15:24:18 +0800 |
| commit | fcbd18c4b7d90388a9a2b9e28555d2526727958c (patch) | |
| tree | 0de680895d6a162a99356d6e4d733942a339275e /legacy_data/Cargo.toml | |
| parent | 8b96e8171c4e9d6516fd63d37cbe613bd5927a04 (diff) | |
Replace string_proc with just_fmt as external dependency
Diffstat (limited to 'legacy_data/Cargo.toml')
| -rw-r--r-- | legacy_data/Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/legacy_data/Cargo.toml b/legacy_data/Cargo.toml index 7506814..27fe6ad 100644 --- a/legacy_data/Cargo.toml +++ b/legacy_data/Cargo.toml @@ -10,12 +10,14 @@ cfg_file = { path = "../utils/cfg_file", features = ["default"] } data_struct = { path = "../utils/data_struct" } sha1_hash = { path = "../utils/sha1_hash" } tcp_connection = { path = "../utils/tcp_connection" } -string_proc = { path = "../utils/string_proc" } # Core action_system = { path = "../systems/action" } vcs_docs = { path = "../docs" } +# Format +just_fmt = "0.1.2" + # Random rand = "0.9.2" |
