Remove the logger (for the moment) and update the deployment script.

This commit is contained in:
Greg Burri 2020-05-12 00:10:42 +02:00
parent d83b56c642
commit dcf7523ccf
5 changed files with 258 additions and 288 deletions

View file

@ -13,10 +13,9 @@ serde = { version = "1.0", features = ["derive"] }
listenfd = "0.3" # To watch file modifications and automatically launch a build process (only used in dev/debug).
ron = "0.5" # Rust object notation, to load configuration files.
itertools = "0.9"
env_logger = "0.7"
common = { path = "../common" }
[dependencies.rusqlite]
version = "0.22"
features = ["bundled"]
version = "0.23"
features = ["bundled"]