feat: 实现 Rust 后端核心模块 - 配置管理、供应商管理和数据存储

This commit is contained in:
farion1231
2025-08-23 20:12:35 +08:00
parent 3479780639
commit f64320fbd6
4 changed files with 365 additions and 0 deletions

View File

@@ -23,3 +23,6 @@ serde = { version = "1.0", features = ["derive"] }
log = "0.4"
tauri = { version = "2.8.2" }
tauri-plugin-log = "2"
tauri-plugin-store = "2"
dirs = "5.0"
uuid = { version = "1.11", features = ["v4", "serde"] }