feat: add workflow toolkit and runtime support
This commit is contained in:
@@ -15,3 +15,11 @@ serde_json = "1.0" # JSON 处理
|
||||
serde_yaml = "0.9" # YAML 解析(工具规范文件)
|
||||
# ── 时间 ──
|
||||
chrono = "0.4"
|
||||
# ── 错误处理 ──
|
||||
anyhow = "1"
|
||||
thiserror = "2"
|
||||
# ── 日志管理 ──
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = "0.3"
|
||||
# ── 正则 ──
|
||||
regex = "1"
|
||||
|
||||
Reference in New Issue
Block a user