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/asset/Cargo.toml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 systems/asset/Cargo.toml (limited to 'systems/asset/Cargo.toml') diff --git a/systems/asset/Cargo.toml b/systems/asset/Cargo.toml deleted file mode 100644 index 5e86bbd..0000000 --- a/systems/asset/Cargo.toml +++ /dev/null @@ -1,15 +0,0 @@ -[package] -name = "asset_system" -edition = "2024" -version.workspace = true - -[dependencies] -string_proc = { path = "../../utils/string_proc" } - -asset_macros = { path = "macros" } -tokio = { version = "1.48.0", features = ["full"] } -thiserror = "1.0.69" - -winapi = { version = "0.3", features = ["winnt"] } - -constants = { path = "../_constants" } -- cgit