Add logging

This commit is contained in:
Adrian Malacoda
2017-02-17 02:38:15 -06:00
parent 166805d1c2
commit 5fc231eec6
8 changed files with 61 additions and 20 deletions

View File

@@ -8,3 +8,6 @@ hlua = "0.3"
discord = "0.7.0"
toml = "0.2.1"
crossbeam = "0.2"
rand = "0.3"
log = "0.3.6"
env_logger = "0.4.0"