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:
@@ -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"
|
||||
Reference in New Issue
Block a user