Distributed configuration with etcd
etcd ile dagitik yapilandirma
etcd istemci
etcd-client = "0.14"gRPC
tonic = "0.12"Copy this Cargo.toml to get started:
[package]
name = "my-config-server"
version = "0.1.0"
edition = "2021"
[dependencies]
etcd-client = "0.14"
tonic = "0.12"
thiserror = "1"
tracing = "0.1"