border-wars/crates/bevnet/Cargo.toml
Tipragot e1a191a539
All checks were successful
Rust Checks / checks (push) Successful in 1m12s
Remove last bevnet system and prepare for the relay system (#47)
Reviewed-on: corentin/border-wars#47
Reviewed-by: Corentin <solois.corentin@gmail.com>
Co-authored-by: Tipragot <contact@tipragot.fr>
Co-committed-by: Tipragot <contact@tipragot.fr>
2024-02-12 23:52:01 +00:00

16 lines
367 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" }