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/space_macro/Cargo.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 systems/_framework/space_macro/Cargo.toml (limited to 'systems/_framework/space_macro/Cargo.toml') diff --git a/systems/_framework/space_macro/Cargo.toml b/systems/_framework/space_macro/Cargo.toml new file mode 100644 index 0000000..dea3f21 --- /dev/null +++ b/systems/_framework/space_macro/Cargo.toml @@ -0,0 +1,13 @@ +[package] +name = "space_macro" +version.workspace = true +edition = "2024" + +[lib] +proc-macro = true + +[dependencies] +syn.workspace = true +quote.workspace = true +proc-macro2.workspace = true +just_fmt.workspace = true -- cgit