bimap to store global ID mappings: we'll assign them in node state

This commit is contained in:
James Wilson
2021-06-23 10:12:50 +01:00
parent 7dfc582a20
commit 2db2677217
5 changed files with 31 additions and 30 deletions
+1
View File
@@ -6,6 +6,7 @@ edition = "2018"
[dependencies]
anyhow = "1.0.41"
bimap = "0.6.1"
bincode = "1.3.3"
common = { path = "../common" }
futures = "0.3.15"