From 4effbd209edf96637d7da2b7d29ea1a6de3c637a Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Wed, 11 Mar 2026 17:38:08 +0800 Subject: Add config system and space macro with workspace dependencies --- systems/_framework/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'systems/_framework/Cargo.toml') diff --git a/systems/_framework/Cargo.toml b/systems/_framework/Cargo.toml index 663b7be..25d5fee 100644 --- a/systems/_framework/Cargo.toml +++ b/systems/_framework/Cargo.toml @@ -4,6 +4,8 @@ edition = "2024" version.workspace = true [dependencies] +space_macro = { path = "space_macro" } + just_fmt.workspace = true thiserror.workspace = true tokio.workspace = true -- cgit