aboutsummaryrefslogtreecommitdiff
path: root/games/rstnode/rst-client/Cargo.toml
blob: eae6672cd51d5deb196fffdea1300e252a2d9a6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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" }

clap = "2.0"
ggez = "0.6.0-rc0"
mint = "0.5" # Required because ggez is trash