aboutsummaryrefslogtreecommitdiff
path: root/games/rstnode/rst-client/Cargo.toml
blob: 7ebf7092d0a07ed4f1b276ac1b20cb7fa5c853f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "rst-node-client"
description = "RST Node game client"
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" }
ggez = "0.5"