nexus/Cargo.toml

19 lines
522 B
TOML
Raw Normal View History

[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"
2022-07-31 00:01:13 +00:00
[workspace]
2022-07-31 00:01:13 +00:00
members = ["server", "client", "bevy-add-events-macro"]