在现有 Rust 后端新增 MCP 服务与加分工具

This commit is contained in:
JSR
2026-03-20 21:13:15 +08:00
parent a7d5c59207
commit de4935b54d
4 changed files with 425 additions and 0 deletions
+1
View File
@@ -19,6 +19,7 @@ tauri-plugin-shell = "2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio = { version = "1", features = ["full"] }
axum = "0.7"
sqlx = { version = "0.7", features = ["runtime-tokio", "sqlite", "postgres"] }
sea-orm = { version = "0.12", features = ["sqlx-sqlite", "sqlx-postgres", "runtime-tokio-rustls"] }
uuid = { version = "1", features = ["v4", "serde"] }