From c5fb22694e95f12c24b8d8af76999be7aea3fcec Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 12 Jan 2026 04:28:28 +0800 Subject: Reorganize crate structure and move documentation files --- data/src/data.rs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/src/data.rs (limited to 'data/src/data.rs') diff --git a/data/src/data.rs b/data/src/data.rs new file mode 100644 index 0000000..ed9383a --- /dev/null +++ b/data/src/data.rs @@ -0,0 +1,5 @@ +pub mod local; +pub mod member; +pub mod sheet; +pub mod user; +pub mod vault; -- cgit