summaryrefslogtreecommitdiff
path: root/systems/asset/test/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'systems/asset/test/Cargo.toml')
-rw-r--r--systems/asset/test/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/asset/test/Cargo.toml b/systems/asset/test/Cargo.toml
index 07c6282..3ac0779 100644
--- a/systems/asset/test/Cargo.toml
+++ b/systems/asset/test/Cargo.toml
@@ -4,6 +4,6 @@ version.workspace = true
edition = "2024"
[dependencies]
-asset = { path = "../" }
+asset_system = { path = "../" }
tokio = { version = "1.48.0", features = ["full"] }