新增: 小程序端跨端AI对话
This commit is contained in:
@@ -15,7 +15,7 @@ tracing = { workspace = true }
|
||||
# binary 入口(main.rs)日志初始化
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
|
||||
# HTTP + WS 服务端
|
||||
# HTTP + WS 服务端(axum ws 内部用 tungstenite 协议层;df-relay 不直接依赖 tokio-tungstenite。
|
||||
# TLS 由 nginx wss 终止,:9180 明文 ws → 去 native-tls 避 openssl 依赖,利 linux 交叉/容器编译)
|
||||
axum = { version = "0.7", features = ["ws"] }
|
||||
tokio-tungstenite = { version = "0.23", features = ["native-tls"] }
|
||||
futures-util = "0.3"
|
||||
|
||||
Reference in New Issue
Block a user