aboutsummaryrefslogtreecommitdiff
path: root/games/rstnode/rst-server/Cargo.toml
blob: bf175b81325d3187607b82eed1fc18a0420f2c28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "rst-node-server"
description = "Backend 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 = ["attributes"] }
tracing = "0.1"
tracing-subscriber = "0.2"