dcs2-raft 0.1.0

An extensible distributed control system framework made in rust with no-std support.
Documentation
[package]
name = "dcs2-raft"
edition = "2021"
version.workspace = true
authors.workspace = true
description.workspace = true
documentation.workspace = true
license.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
log =  "0.4.17"
rand = "0.8.5"
rand_chacha = "0.3.1"
serde = { version = "1.0.136", features = ["derive"] }
dcs = { path = "../../../model", package = "dcs2", version = "0.1.0" }
clock = { path = "../../utils/clock", package = "dcs2-clock", version = "0.1.0" }