extract account and config from cli to lib (#340)

This commit is contained in:
Clément DOUIN
2022-05-28 16:59:12 +02:00
parent 0e98def513
commit 3f5feed0ff
27 changed files with 219 additions and 103 deletions
+1
View File
@@ -31,6 +31,7 @@ clap = { version = "2.33.3", default-features = false, features = ["suggestions"
convert_case = "0.5.0"
env_logger = "0.8.3"
erased-serde = "0.3.18"
himalaya-lib = { path = "../lib" }
html-escape = "0.2.9"
lettre = { version = "0.10.0-rc.1", features = ["serde"] }
log = "0.4.14"