Revert "Preparing backend to receive data from shards (#337)"

This reverts commit f8b7128dca.
This commit is contained in:
Maciej Hirsz
2021-05-21 12:39:35 +02:00
parent f8b7128dca
commit 87e3c52b35
20 changed files with 32 additions and 295 deletions
-31
View File
@@ -340,15 +340,6 @@ version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
[[package]]
name = "bincode"
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
dependencies = [
"serde",
]
[[package]]
name = "bitflags"
version = "1.2.1"
@@ -1697,7 +1688,6 @@ dependencies = [
"actix-http",
"actix-web",
"actix-web-actors",
"bincode",
"bytes",
"chrono",
"clap",
@@ -1713,7 +1703,6 @@ dependencies = [
"serde",
"serde_json",
"simple_logger",
"thiserror",
]
[[package]]
@@ -1748,26 +1737,6 @@ dependencies = [
"unicode-width",
]
[[package]]
name = "thiserror"
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0f4a65597094d4483ddaed134f409b2cb7c1beccf25201a9f73c719254fa98e"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7765189610d8241a44529806d6fd1f2e0a08734313a35d5b3a556f92b381f3c0"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "thread_local"
version = "1.0.1"