nexus/Cargo.toml

19 lines
522 B
TOML

[package]
name = "nexus-common"
version = "0.1.0"
authors = ["Malek <pocmalek@gmail.com>, Marceline Cramer <cramermarceline@gmail.com>"]
edition = '2021'
description = "nexus-common is a shared library for nexus-client and nexus-server."
repository = "https://git.tebibyte.media/nexus"
license = "MIT"
publish = false #we don't wanna publish yet
[dependencies]
serde_json = "1.0.82"
serde = {version = "1.0.140", features = ["derive"]}
bevy = "0.7.0"
[workspace]
members = ["server", "client", "bevy-add-events-macro"]