Add a logger (to stdout for the moment)

This commit is contained in:
Greg Burri 2019-08-28 22:26:43 +02:00
parent d64d0bceb8
commit 4971d7f0af
4 changed files with 139 additions and 146 deletions

View file

@ -13,5 +13,6 @@ listenfd = "0.3" # To watch file modifications and automatically launch a build
ron = "0.5" # Rust object notation, to load configuration files.
itertools = "0.8"
sqlite = "0.25"
env_logger = "0.6"
common = { path = "../common" }