border-wars/crates/bevnet/Cargo.toml
Tipragot ba14642981
All checks were successful
Rust Checks / checks (push) Successful in 1m10s
Event synchronisation between clients (#49)
Closes #22
Closes #21

Reviewed-on: corentin/border-wars#49
Reviewed-by: Corentin <solois.corentin@gmail.com>
Co-authored-by: Tipragot <contact@tipragot.fr>
Co-committed-by: Tipragot <contact@tipragot.fr>
2024-02-13 13:59:39 +00:00

21 lines
452 B
TOML

[package]
name = "bevnet"
version = "0.2.0"
edition = "2021"
license = "GPL-3.0-or-later"
description = "A library for networking in Bevy."
authors = ["Tipragot <contact@tipragot.fr>"]
keywords = ["bevy", "network", "game"]
categories = ["network-programming", "game-development"]
[lints]
workspace = true
[dependencies]
relay-client = { path = "../relay-client" }
serde = "1.0.196"
bincode = "1.3.3"
dashmap = "5.5.3"
bevy = "0.12.1"
uuid = "1.7.0"