Claw 项目完整结构提交

This commit is contained in:
zqm
2026-03-16 15:47:55 +08:00
parent ca4970bcbf
commit fb0aeb6ca2
118 changed files with 28648 additions and 281 deletions

15
Claw/Cargo.toml Normal file
View File

@@ -0,0 +1,15 @@
[workspace]
resolver = "3"
members = [
"Server/gateway",
"Server/SmartClaw",
"Server/shared"
]
[workspace.dependencies]
actix-web = "4.0"
tokio = { version = "1.0", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
reqwest = { version = "0.11", features = ["json"] }
tokio-tungstenite = "0.18"