Comment out roblox_studio mechanisms for now, start using env_logger

This commit is contained in:
Lucien Greathouse
2018-09-21 18:00:41 -07:00
parent a69cbf45df
commit dbad0a16c4
9 changed files with 77 additions and 16 deletions

View File

@@ -28,6 +28,8 @@ notify = "4.0"
rand = "0.4"
regex = "1.0"
lazy_static = "1.0"
log = "0.4"
env_logger = "0.5"
[dev-dependencies]
tempfile = "3.0"