mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-05-30 08:51:07 +00:00
Rework: Shard working, Telemetry Core needs logic filling in
This commit is contained in:
+13
-15
@@ -5,22 +5,20 @@ authors = ["Parity Technologies Ltd. <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
actix = "0.11.1"
|
||||
actix-web = { version = "4.0.0-beta.4", default-features = false }
|
||||
actix-web-actors = "4.0.0-beta.3"
|
||||
actix-http = "3.0.0-beta.4"
|
||||
anyhow = "1.0.40"
|
||||
anyhow = "1.0.41"
|
||||
bincode = "1.3.3"
|
||||
bytes = "1.0.1"
|
||||
clap = "3.0.0-beta.2"
|
||||
log = "0.4"
|
||||
rustc-hash = "1.1.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = { version = "1.0", features = ["raw_value"] }
|
||||
primitive-types = { version = "0.9.0", features = ["serde"] }
|
||||
common = { path = "../common" }
|
||||
futures = "0.3.15"
|
||||
hex = "0.4.3"
|
||||
http = "0.2.4"
|
||||
log = "0.4.14"
|
||||
primitive-types = { version = "0.9.0", features = ["serde"] }
|
||||
serde = { version = "1.0.126", features = ["derive"] }
|
||||
serde_json = "1.0.64"
|
||||
simple_logger = "1.11.0"
|
||||
soketto = "0.4.2"
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
soketto = "0.6.0"
|
||||
structopt = "0.3.21"
|
||||
thiserror = "1.0.25"
|
||||
tokio = { version = "1.7.0", features = ["full"] }
|
||||
tokio-util = { version = "0.6", features = ["compat"] }
|
||||
tokio-stream = { version = "0.1", features = ["net"] }
|
||||
warp = "0.3.1"
|
||||
|
||||
Reference in New Issue
Block a user