aboutsummaryrefslogtreecommitdiff
path: root/games/rstnode/rst-server/Cargo.toml
blob: 8903e637fc3f05d012ef2cd13ef8192da6d6b565 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "rst-node-server"
description = "RST Node game server"
version = "0.0.0"
edition = "2018"
license = "AGPL-3.0-or-later"
authors = ["Bread Machine", "Katharina Fey <kookie@spacekookie.de>"]

[dependencies]
rst-core = { path = "../rst-core" }
async-std = { version = "1.0", features = ["unstable", "attributes"] }
async-trait = "0.1"

chrono = { version = "0.4", features = ["serde"] }
tracing = "0.1"
tracing-subscriber = "0.2"
num_cpus = "1.0"
systemstat = "0.1"