(server) chore: Modify Server (#31)

This commit is contained in:
2025-07-14 17:19:30 +08:00
committed by m0_75251201
parent 6ab1b05397
commit 4e7b1ee954
3 changed files with 23 additions and 0 deletions

19
Server/Cargo.lock generated
View File

@ -850,6 +850,7 @@ dependencies = [
"tokio",
"tonic",
"tonic-build",
"tonic-web",
]
[[package]]
@ -1017,6 +1018,24 @@ dependencies = [
"syn",
]
[[package]]
name = "tonic-web"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "774cad0f35370f81b6c59e3a1f5d0c3188bdb4a2a1b8b7f0921c860bfbd3aec6"
dependencies = [
"base64",
"bytes",
"http",
"http-body",
"pin-project",
"tokio-stream",
"tonic",
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "tower"
version = "0.5.2"