From b13b3f6e13f9ac9fe7fee0b5a81b026f411f0301 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 3 May 2026 20:31:00 +0200 Subject: build: make workspace members inherit other members as dependencies --- ecs/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ecs/Cargo.toml') diff --git a/ecs/Cargo.toml b/ecs/Cargo.toml index 5ea9fc7..31fa169 100644 --- a/ecs/Cargo.toml +++ b/ecs/Cargo.toml @@ -13,8 +13,8 @@ thiserror = "1.0.49" tracing = "0.1.39" hashbrown = "0.15.2" parking_lot = "0.12.3" -ecs-macros = { path = "../ecs-macros" } -util-macros = { path = "../util-macros" } +ecs-macros = { workspace = true } +util-macros = { workspace = true } vizoxide = { version = "1.0.5", optional = true } [dev-dependencies.criterion] -- cgit v1.2.3-18-g5258