diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-02-24 12:37:59 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-02-24 12:37:59 +0800 |
| commit | 0ce73b208e46cdea247bf244363f669757a717ff (patch) | |
| tree | 2df2d717288d90a509123caa5bc73434932448d7 /systems/_asset/Cargo.toml | |
| parent | 4e783771f6f728d75c83cf08836cb370389e0ff8 (diff) | |
Replace string_proc with just_fmt in _asset crate
Diffstat (limited to 'systems/_asset/Cargo.toml')
| -rw-r--r-- | systems/_asset/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/_asset/Cargo.toml b/systems/_asset/Cargo.toml index 5e86bbd..12ac59c 100644 --- a/systems/_asset/Cargo.toml +++ b/systems/_asset/Cargo.toml @@ -4,7 +4,7 @@ edition = "2024" version.workspace = true [dependencies] -string_proc = { path = "../../utils/string_proc" } +just_fmt = "0.1" asset_macros = { path = "macros" } tokio = { version = "1.48.0", features = ["full"] } |
