consume crate direcories

* provides target agnostic directory locations
* find config file in a target system standard location

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
2021-07-15 01:07:38 +02:00
parent 6f8cd04e5b
commit 9d11661299
2 changed files with 34 additions and 3 deletions

View File

@@ -22,6 +22,7 @@ chrono = { version = "~0.4.0", features = ["serde"] }
cfg-if = { version = "~1.0" }
clap = { version = "~2.33", features = ["suggestions", "color"] }
csv = { version = "~1.1" }
directories = { version = "~3.0" }
dotenv = { version = "~0.15.0" }
envy = { version = "~0.4" }
lettre ={ version = "0.10.0-rc.3" }