raft-engine-ctl 0.4.1

A control tool for Raft Engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "raft-engine-ctl"
version = "0.4.1"
authors = ["The TiKV Project Developers"]
edition = "2018"
rust-version = "1.61.0"
description = "A control tool for Raft Engine"
repository = "https://github.com/tikv/raft-engine"
license = "Apache-2.0"

[dependencies]
clap = { version = "3.1", features = ["derive", "cargo"] }
env_logger = "0.10"
raft-engine = { path = "..", version = "0.4.1", features = ["scripting", "internals"] }