Listen for ctrl-c during provider request (#5585)

This commit is contained in:
Jack Amadeo
2025-11-05 22:44:36 -05:00
committed by GitHub
parent f7e2bcd98a
commit db0b78b4b6
4 changed files with 16 additions and 5 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ tower-http = { version = "0.5", features = ["cors", "fs", "auth"] }
http = "1.0"
webbrowser = "1.0"
indicatif = "0.17.11"
tokio-util = { version = "0.7.15", features = ["compat"] }
tokio-util = { version = "0.7.15", features = ["compat", "rt"] }
is-terminal = "0.4.16"
anstream = "0.6.18"
url = "2.5.7"