Squashed diff from mh-backend-shard

This commit is contained in:
Maciej Hirsz
2021-06-08 12:17:00 +02:00
parent 505e5a387e
commit 8db384bed3
30 changed files with 1688 additions and 457 deletions
+1 -5
View File
@@ -13,15 +13,11 @@ actix-http = "3.0.0-beta.4"
bincode = "1.3.3"
bytes = "1.0.1"
chrono = { version = "0.4", features = ["serde"] }
fnv = "1.0.7"
hex = "0.4.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", features = ["raw_value"] }
thiserror = "1.0.24"
primitive-types = { version = "0.9.0", features = ["serde"] }
shared = { path = "../shared" }
log = "0.4"
simple_logger = "1.11.0"
num-traits = "0.2"
parking_lot = "0.11"
reqwest = { version = "0.11.1", features = ["blocking", "json"] }
rustc-hash = "1.1.0"