rcfe 0.1.2

An asynchronous etcd v3 client library for Rust built on gRPC.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "rcfe"
rust-version.workspace = true
version.workspace = true
keywords.workspace = true
categories.workspace = true
edition.workspace = true
description.workspace = true
documentation.workspace = true
homepage.workspace = true
license.workspace = true
readme = "../README.md"
repository.workspace = true

[dependencies]
rcfe-core.workspace = true
tonic = "0.14.2"