Add a logger (to stdout for the moment)
This commit is contained in:
parent
d64d0bceb8
commit
4971d7f0af
4 changed files with 139 additions and 146 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue