replace keys.csv with persistent map

This commit is contained in:
2021-10-16 17:28:15 +02:00
parent cce2c052f2
commit 7754e54037
3 changed files with 31 additions and 26 deletions

View File

@@ -1,5 +1,6 @@
dependencies {
implementation project(':pdb-utils')
implementation project(':block-storage')
implementation lib_primitive_collections
}