summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2020-08-17 15:31:30 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2020-08-26 00:54:05 +0300
commit8a6bf3b2173145e0c86ecf37fd6e044fa2fbf809 (patch)
tree4b4360ed446b3d3cc913c9f5c506a003dbd3db64 /Cargo.lock
parentdede8d2a9e58d57968df558ffda1d6fc1a67db09 (diff)
Preserve Account order from configuration file
Use IndexMap to preserve the order of accounts in the UI from the account definitions.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d9ae7b31..8401d494 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -678,6 +678,7 @@ checksum = "86b45e59b16c76b11bf9738fd5d38879d3bd28ad292d7b313608becb17ae2df9"
dependencies = [
"autocfg",
"hashbrown",
+ "serde",
]
[[package]]
@@ -902,6 +903,7 @@ dependencies = [
"bitflags",
"crossbeam",
"futures",
+ "indexmap",
"libc",
"linkify",
"melib",