From 762e3119401fbee25ec18fee2ff220d9b12d48e8 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Wed, 11 Feb 2026 21:44:05 +0800 Subject: Add sheet system and reorganize workspace - Add new "sheet" crate to workspace - Rename "systems/asset" to "systems/_asset" - Reorder workspace members and dependencies for clarity - Update constants with new paths for auth and rules - Add conditional compilation for system module --- systems/sheet/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 systems/sheet/Cargo.toml (limited to 'systems/sheet/Cargo.toml') diff --git a/systems/sheet/Cargo.toml b/systems/sheet/Cargo.toml new file mode 100644 index 0000000..89c439b --- /dev/null +++ b/systems/sheet/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "sheet" +edition = "2024" +version.workspace = true + +[dependencies] -- cgit