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/_config/src/main.rs | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 systems/_config/src/main.rs (limited to 'systems/_config/src/main.rs') diff --git a/systems/_config/src/main.rs b/systems/_config/src/main.rs deleted file mode 100644 index e7a11a9..0000000 --- a/systems/_config/src/main.rs +++ /dev/null @@ -1,3 +0,0 @@ -fn main() { - println!("Hello, world!"); -} -- cgit