summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-02-11 21:44:05 +0800
committer魏曹先生 <1992414357@qq.com>2026-02-11 21:44:05 +0800
commit762e3119401fbee25ec18fee2ff220d9b12d48e8 (patch)
tree26dee88ae37f7d184b693a1a97dad0c89fd0db66 /Cargo.lock
parent2f10e0d94c61916dd36a03df2576223b135b6ccd (diff)
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
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2d7e822..62f0c72 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1371,6 +1371,10 @@ dependencies = [
]
[[package]]
+name = "sheet"
+version = "0.1.0"
+
+[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"