sharded query routing

This commit is contained in:
Lev Kokotov
2022-02-08 13:11:50 -08:00
parent 74dadcef30
commit af6f770271
4 changed files with 103 additions and 4 deletions

View File

@@ -16,4 +16,5 @@ chrono = "0.4"
sha-1 = "*"
toml = "*"
serde = "*"
serde_derive = "*"
serde_derive = "*"
regex = "1"