调整公共模块结构,方便后续延伸

This commit is contained in:
2026-06-29 11:58:16 +08:00
parent 46544e9c42
commit 6d45b8fb7a
12 changed files with 14 additions and 170 deletions
+3 -1
View File
@@ -6,4 +6,6 @@ edition = "2024"
[dependencies]
# ── 序列化 ──
serde = { version = "1.0", features = ["derive"] } # 序列化/反序列化
serde_json = "1.0"
serde_json = "1.0"
# ── 错误处理 ──
thiserror = "2"