feat: 后端支持输出日志

This commit is contained in:
lanyeeee
2025-07-11 05:38:53 +08:00
parent 13e07fd9b3
commit 3ca3a48c38
11 changed files with 521 additions and 2 deletions
+5
View File
@@ -29,6 +29,11 @@ specta-typescript = { version = "=0.0.7" }
anyhow = { version = "1.0.98" }
parking_lot = { version = "0.12.4", features = ["send_guard"] }
tracing = { version = "0.1.41" }
tracing-subscriber = { version = "0.3.19", features = ["json", "time", "local-time"] }
tracing-appender = { version = "0.2.3" }
notify = { version = "8.0.0" }
tokio = { version = "1.46.0", features = ["full"] }
[profile.release]
strip = true