Protoc sidecar

This commit is contained in:
Gregory Schier
2024-02-25 17:43:29 -08:00
parent 79a3d9c8df
commit 50ad4efad7
9 changed files with 91 additions and 27 deletions

View File

@@ -20,3 +20,4 @@ hyper = { version = "0.14" }
hyper-rustls = { version = "0.24.0", features = ["http2"] }
protoc-bin-vendored = "3.0.0"
uuid = { version = "1.7.0", features = ["v4"] }
tauri = { version = "1.5.4", features = ["process-command-api"]}