Service mesh with gRPC
gRPC ile servis ag
gRPC framework
tonic = "0.12"Servis soyutlamasi
tower = "0.4"HTTP proxy
hyper = { version = "1", features = ["full"] }Copy this Cargo.toml to get started:
[package]
name = "my-service-mesh"
version = "0.1.0"
edition = "2021"
[dependencies]
tonic = "0.12"
tower = "0.4"
hyper = { version = "1", features = ["full"] }
thiserror = "1"
tracing = "0.1"Learn these patterns to build this project effectively: