[package] name = "retc-raft" description = "Raft implementation" keywords = ["raft"] version = "0.0.0" authors = ["luncj "] repository = "https://github.com/luncj/retc" edition = "2018" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tokio = { version = "0.2", features = ["blocking", "sync", "time", "macros"] } bytes = "0.5" tonic = "0.2" prost = "0.6" rand = "0.7" log = "0.4" [dev-dependencies] env_logger = "0.7" [build-dependencies] tonic-build = "0.2"