border-wars/crates/bevnet/Cargo.toml
Tipragot eae7f316d4
All checks were successful
Rust Checks / checks (push) Successful in 1m57s
Rust Checks / checks (pull_request) Successful in 1m9s
Remove last bevnet system and prepare for the relay system
2024-02-13 00:48:06 +01: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" }