functional update

* convert from Rust 2015 to Rust 2018
* convert from slog to tracing
  new module-system handling (macros and crates)

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
2019-11-03 05:55:37 +01:00
parent 49740091bf
commit b21309e0e5
2 changed files with 47 additions and 34 deletions

View File

@@ -5,6 +5,7 @@ authors = ["Ralf Zerres <ralf.zerres@networkx.de>"]
description = "Supports lawyers to capture relevant data encountered during an online legal advice\n"
readme = "README.md"
license = "MIT"
edition = "2018"
[profile.release]
# optimize to max speed
@@ -25,4 +26,3 @@ features = [ "postgres", "sqlite" ]
version = "0.10.0"
[dependencies.locales]
version = "0.1.0"