bevnet/Cargo.toml
2023-04-27 00:44:27 +02:00

18 lines
488 B
TOML

[package]
name = "bevnet"
version = "0.1.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 "]
repository = "https://git.tipragot.fr/tipragot/bevnet"
[dependencies]
bevy = "0.10.1"
bincode = "1.3.3"
const-fnv1a-hash = "1.1.0"
dashmap = "5.4.0"
serde = { version = "1.0.160", features = ["derive"] }