12 lines
235 B
TOML
12 lines
235 B
TOML
[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 }
|