border-wars/crates/bevnet/Cargo.toml
Tipragot 7ce491aee1
Some checks failed
Rust Checks / checks (push) Failing after 10s
Simple non-blocking tcp connection abstraction (#13)
Closes #15

Reviewed-on: corentin/border-wars#13
Reviewed-by: Raphaël <r.lauray@outlook.fr>
2024-02-07 08:26:55 +00:00

13 lines
308 B
TOML

[package]
name = "bevnet"
version = "0.2.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "A library for networking in Bevy."
authors = ["Tipragot <contact@tipragot.fr>"]
keywords = ["bevy", "network", "game"]
categories = ["network-programming", "game-development"]
[lints]
workspace = true