[package] name = "nezha" version = "0.1.0" authors = ["Yijun Zhao "] edition = "2018" description = "NeZha is a Rust implementation for Raft consensus protocol." repository = "https://github.com/ariesdevil/nezha" license = "Apache-2.0" license-file = "LICENSE" keywords = ["raft", "multi-raft", "consensus", "distributed-system", "rust"] [dependencies]