[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 "] [dependencies] rst-core = { path = "../rst-core" } async-std = { version = "1.0", features = ["unstable", "attributes"] } async-trait = "0.1" clap = "2.0" chrono = { version = "0.4", features = ["serde"] } tracing = "0.1" tracing-subscriber = "0.2" num_cpus = "1.0" systemstat = "0.1"