Claw 项目完整结构提交
This commit is contained in:
15
Claw/Cargo.toml
Normal file
15
Claw/Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user