config support; started more sharding

This commit is contained in:
Lev Kokotov
2022-02-08 09:25:59 -08:00
parent ef2aab3c61
commit c27a7d30dc
10 changed files with 372 additions and 40 deletions

View File

@@ -13,4 +13,7 @@ bb8 = "*"
async-trait = "*"
rand = "*"
chrono = "0.4"
sha-1 = "*"
sha-1 = "*"
toml = "*"
serde = "*"
serde_derive = "*"