[package] name = "retc" description = "Distributed key-value store" keywords = ["kv", "raft", "distributed"] 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] retc-raft = { version = "0.0", path = "retc-raft" } tokio = { version = "0.2", features = ["blocking", "macros", "time"] } [workspace] members = [ "retc-raft" ]