feat: initial implementation of the account manager

This commit is contained in:
dignifiedquire
2020-07-30 17:26:06 +02:00
parent 04629c4b2e
commit 58a8ae1914
5 changed files with 459 additions and 1 deletions

View File

@@ -59,11 +59,13 @@ anyhow = "1.0.28"
async-trait = "0.1.31"
url = "2.1.1"
async-std-resolver = "0.19.5"
uuid = { version = "0.8", features = ["serde", "v4"] }
pretty_env_logger = { version = "0.4.0", optional = true }
log = {version = "0.4.8", optional = true }
rustyline = { version = "4.1.0", optional = true }
ansi_term = { version = "0.12.1", optional = true }
toml = "0.5.6"
[dev-dependencies]