feat: 实现Tauri开发规范立即改进项目

This commit is contained in:
imeepos
2025-07-13 22:46:20 +08:00
parent c2e7b2c70f
commit 39b517dcd8
12 changed files with 1091 additions and 20 deletions

View File

@@ -32,6 +32,10 @@ anyhow = "1.0"
thiserror = "1.0"
dirs = "5.0"
md5 = "0.7"
lazy_static = "1.4"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter", "chrono"] }
tracing-appender = "0.2"
[dev-dependencies]
tempfile = "3.8"