Skip to content
Snippets Groups Projects
Cargo.toml 425 B
Newer Older
[package]
name = "polkadot-node-metrics"
Martin Pugh's avatar
Martin Pugh committed
version = "0.9.13"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
description = "Subsystem traits and message definitions"

[dependencies]
futures = "0.3.17"
Squirrel's avatar
Squirrel committed
metered-channel = { path = "../metered-channel" }

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

[features]
default = []