summaryrefslogtreecommitdiff
path: root/systems/_asset/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'systems/_asset/Cargo.toml')
-rw-r--r--systems/_asset/Cargo.toml2
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"] }