diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-02-25 15:27:08 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-02-25 15:27:08 +0800 |
| commit | ae06e0b30a328508f48c108fabcccdf1d23c5643 (patch) | |
| tree | 8b8e0ae6aac77f5affbf15495f2d46aabf4fe3bf /Cargo.lock | |
| parent | 1fc71c37623fb7d8c42930b1cc1e350bf4bf53b9 (diff) | |
Remove string_proc dependency and replace with just_fmt
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 14 |
1 files changed, 3 insertions, 11 deletions
@@ -17,11 +17,11 @@ dependencies = [ name = "action_system_macros" version = "0.1.0" dependencies = [ + "just_fmt", "proc-macro2", "quote", "serde", "serde_json", - "string_proc", "syn", "tcp_connection", ] @@ -1122,7 +1122,6 @@ dependencies = [ "jvlib", "sha1_hash", "sheet_system", - "string_proc", "tcp_connection", "toml 0.9.8", "vcs_actions", @@ -2065,13 +2064,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" [[package]] -name = "string_proc" -version = "0.1.0" -dependencies = [ - "strip-ansi-escapes", -] - -[[package]] name = "strip-ansi-escapes" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -2342,11 +2334,11 @@ version = "0.1.0" dependencies = [ "action_system", "cfg_file", + "just_fmt", "log", "serde", "serde_json", "sha1_hash", - "string_proc", "tcp_connection", "thiserror 2.0.17", "tokio", @@ -2362,10 +2354,10 @@ dependencies = [ "chrono", "data_struct", "dirs", + "just_fmt", "rand 0.9.2", "serde", "sha1_hash", - "string_proc", "tcp_connection", "tokio", "uuid", |
