[package] name = "bevy_simple_networking" description = "Simple authoritative server networking library for Bevy" authors = ["Matthew Fisher "] repository = "https://github.com/bacongobbler/bevy_simple_networking" readme = "README.md" keywords = ["bevy", "gamedev"] version = "0.4.0" edition = "2021" license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bevy = "0.14" bytes = "1"