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/lib.rs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 systems/_config/src/lib.rs (limited to 'systems/_config/src/lib.rs') diff --git a/systems/_config/src/lib.rs b/systems/_config/src/lib.rs new file mode 100644 index 0000000..26fe31a --- /dev/null +++ b/systems/_config/src/lib.rs @@ -0,0 +1,2 @@ +pub mod error; +pub mod rw; -- cgit