summaryrefslogtreecommitdiff
path: root/game_server/Cargo.toml
diff options
context:
space:
mode:
authornatrixaeria <janng@gmx.de>2019-05-19 17:38:50 +0200
committernatrixaeria <janng@gmx.de>2019-05-19 17:38:50 +0200
commitb65c999daa5c83b9e76c6dca9df088a40e440642 (patch)
tree14a6117dd4317a29c8d377a36588f62fa7c7e799 /game_server/Cargo.toml
parent91a1321f0ae1a02df9c3d1a8f890d84a94953a61 (diff)
Change logger to fern
Diffstat (limited to 'game_server/Cargo.toml')
-rw-r--r--game_server/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/game_server/Cargo.toml b/game_server/Cargo.toml
index 97c0e77..bc14942 100644
--- a/game_server/Cargo.toml
+++ b/game_server/Cargo.toml
@@ -7,7 +7,8 @@ description = "A general game server for connections to web clients. Currently (
[dependencies]
log = "0.4"
-pretty_env_logger = "0.3"
+fern = "0.5.8"
+colored = "1.8"
reqwest = "0.9"
websocket = "0.22"
hyper = "0.10"