Newer
Older
Svyatoslav Nikolsky
committed
[package]
name = "relay-utils"
version = "0.1.0"
authors = ["Parity Technologies <[email protected]>"]
Svyatoslav Nikolsky
committed
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
Svyatoslav Nikolsky
committed
[dependencies]
anyhow = "1.0"
Svyatoslav Nikolsky
committed
async-trait = "0.1"
Svyatoslav Nikolsky
committed
isahc = "1.2"
Svyatoslav Nikolsky
committed
serde_json = "1.0"
sysinfo = "0.30"
time = { version = "0.3", features = ["formatting", "local-offset", "std"] }
tokio = { version = "1.36", features = ["rt"] }
Svyatoslav Nikolsky
committed
# Bridge dependencies
bp-runtime = { path = "../../primitives/runtime" }
Svyatoslav Nikolsky
committed
# Substrate dependencies
sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
substrate-prometheus-endpoint = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }