nexus/client/Cargo.toml

21 lines
577 B
TOML

[package]
name = "nexus-client"
version = "0.1.0"
authors = ["Malek <pocmalek@gmail.com>", "Marceline Cramer <cramermarceline@gmail.com>"]
edition = '2021'
description = "A client for nexus"
license = "MIT"
repository = "https://git.tebibyte.media/nexus"
publish = false #nope
[dependencies]
bincode = "2.0.0-rc.1"
nexus-common = { path = ".." }
serde_json = "1.0.82"
crossbeam-channel = "0.5.6"
bevy = "0.7.0"
color-eyre = "0.6.2"
bytes = "1.2.0"
tokio = { version = "1.20.0", features = ["full"] }
qp2p = "0.28.7"
bevy-add-events-macro = { path = "../bevy-add-events-macro"}