Use process group for node runtime

This commit is contained in:
Gregory Schier
2024-07-24 10:14:40 -07:00
parent 2a35decf8c
commit bd46e5bdb4
9 changed files with 214 additions and 99 deletions

View File

@@ -5,8 +5,9 @@ edition = "2021"
[dependencies]
anyhow = "1.0.86"
command-group = "5.0.1"
log = "0.4.21"
prost = "0.12"
prost = "0.13.1"
rand = "0.8.5"
reqwest = { version = "0.12.5", features = ["stream"] }
serde = { version = "1.0.198", features = ["derive"] }
@@ -14,7 +15,7 @@ serde_json = "1.0.113"
tauri = { version = "2.0.0-beta" }
tauri-plugin-shell = "2.0.0-beta"
tokio = { version = "1.0", features = ["macros", "rt-multi-thread", "process"] }
tonic = "0.11"
tonic = "0.12.1"
[build-dependencies]
tonic-build = "0.11"
tonic-build = "0.12.1"