My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/games/rstnode/rst-server/Cargo.toml

20 lines
494 B

[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"
clap = "2.0"
chrono = { version = "0.4", features = ["serde"] }
tracing = "0.1"
tracing-subscriber = "0.2"
num_cpus = "1.0"
systemstat = "0.1"