summaryrefslogtreecommitdiff
path: root/game_server/Cargo.toml
diff options
context:
space:
mode:
authornatrixaeria <janng@gmx.de>2019-05-07 05:30:03 +0200
committernatrixaeria <janng@gmx.de>2019-05-07 05:30:03 +0200
commit6d988d13f7fc1652e2d041cfd1c4b40dce6a8adb (patch)
tree85b7e74033dfe9c7fc23158d45354bc757927f85 /game_server/Cargo.toml
parentd574650f70daa0cee15220eea305ca7eb594a746 (diff)
Add the game server
Diffstat (limited to 'game_server/Cargo.toml')
-rw-r--r--game_server/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/game_server/Cargo.toml b/game_server/Cargo.toml
new file mode 100644
index 0000000..fba755c
--- /dev/null
+++ b/game_server/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "game-server"
+version = "0.1.0"
+authors = ["natrixaeria", "truedoctor"]
+edition = "2018"
+description = "A general game server for connections to web clients. Currently (on the way to) deploying a skribbl.io like game."
+
+[dependencies]
+rocket = "0.4"