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

3
Cargo.lock generated
View File

@@ -848,7 +848,9 @@ dependencies = [
"surf",
"tempfile",
"thiserror",
"toml",
"url",
"uuid",
]
[[package]]
@@ -3336,6 +3338,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fde2f6a4bea1d6e007c4ad38c6839fa71cbb63b6dbf5b595aa38dc9b1093c11"
dependencies = [
"rand",
"serde",
]
[[package]]