border-wars/crates/relay-raft/Cargo.toml
CoCo_Sol d8a81646a6
Some checks failed
Rust Checks / checks (push) Failing after 20m27s
Wip: Add raft system
Co-authored-by: Tipragot <Tipragot@users.noreply.github.com>
2024-04-08 01:01:19 +02:00

24 lines
550 B
TOML

[package]
name = "relay-raft"
version = "0.2.0"
edition = "2021"
license = "GPL-3.0-or-later"
description = "Raft implementation for the relay client."
authors = [
"Tipragot <contact@tipragot.fr>",
"CoCoSol <solois.corentin@proton.me>",
]
keywords = ["bevy", "network", "game", "raft"]
categories = ["network-programming", "game-development"]
# [lints]
# workspace = true
[dependencies]
relay-client = { path = "../relay-client" }
simple-raft = "0.2.0"
prost = { version = "0.7.0" }
rand_chacha = "0.3.1"
rand_core = "0.6.4"
uuid = "1.8.0"