aboutsummaryrefslogtreecommitdiff
path: root/games/rstnode/rst-client/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'games/rstnode/rst-client/Cargo.toml')
-rw-r--r--games/rstnode/rst-client/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/rstnode/rst-client/Cargo.toml b/games/rstnode/rst-client/Cargo.toml
new file mode 100644
index 000000000000..7ebf7092d0a0
--- /dev/null
+++ b/games/rstnode/rst-client/Cargo.toml
@@ -0,0 +1,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" \ No newline at end of file