fix ctrl +c

Signed-off-by: mujunxiang <1948535941@qq.com>
This commit is contained in:
mujunxiang
2024-11-26 11:21:29 +08:00
parent a5d8d1990c
commit bb5d41147a
2 changed files with 36 additions and 19 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ sha2 = { version = "0.11.0-pre.4" }
hex-simd = "0.8.0"
path-clean = "1.0.1"
tempfile.workspace = true
tokio = { workspace = true, features = ["io-util", "sync"] }
tokio = { workspace = true, features = ["io-util", "sync", "signal"] }
tokio-stream = "0.1.15"
tonic.workspace = true
tower.workspace = true