Refactor channel update

This commit is contained in:
Dominik Werder
2021-06-02 12:20:00 +02:00
parent 53cf26d830
commit bfb5c9d28e
2 changed files with 179 additions and 26 deletions

View File

@@ -16,6 +16,7 @@ futures-core = "0.3.14"
futures-util = "0.3.14"
bytes = "1.0.1"
bincode = "1.3.3"
pin-project = "1.0.7"
#async-channel = "1"
#dashmap = "3"
tokio-postgres = { version = "0.7", features = ["runtime", "with-chrono-0_4", "with-serde_json-1"] }