summaryrefslogtreecommitdiff
path: root/game_server/Cargo.toml
diff options
context:
space:
mode:
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"