Skip to content
Cargo.toml 776 B
Newer Older
[package]
name = "relay-utils"
version = "0.1.0"
authors = ["Parity Technologies <[email protected]>"]
edition = "2021"
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

[dependencies]
async-std = "1.6.5"
time = { version = "0.3", features = ["formatting", "local-offset", "std"] }
tokio = { version = "1.8", features = ["rt"] }
# Bridge dependencies

bp-runtime = { path = "../../primitives/runtime" }

substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "master" }