feat: add grpc server

This commit is contained in:
2025-07-08 09:51:41 +02:00
parent e10a40dc6b
commit b194af0453
25 changed files with 1759 additions and 9 deletions

View File

@@ -0,0 +1,11 @@
[package]
name = "norun-grpc-interface"
version = "0.1.0"
edition = "2024"
[dependencies]
bytes = { workspace = true }
prost = { workspace = true }
prost-types = { workspace = true }
tokio-util = "0.7.15"
tonic = { workspace = true }