border-wars/crates/bevnet/Cargo.toml
CoCo_Sol 2713959466
All checks were successful
Rust Checks / checks (push) Successful in 1m4s
Change licence of the bevnet crate (#43)
Reviewed-on: corentin/border-wars#43
Reviewed-by: Tipragot <contact@tipragot.fr>
Co-authored-by: CoCoSol007 <solois.corentin@gmail.com>
Co-committed-by: CoCoSol007 <solois.corentin@gmail.com>
2024-02-11 23:07:48 +00:00

19 lines
402 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]
local-ip-address = "0.5.7"
aes-gcm = "0.10.3"
base64 = "0.21.7"
igd = "0.12.1"