nexus/server/Cargo.toml

21 lines
528 B
TOML

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