Files
pezkuwi-subxt/substrate/client/storage-monitor/Cargo.toml
T
2023-05-29 10:40:59 +00:00

21 lines
694 B
TOML

[package]
name = "sc-storage-monitor"
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
repository = "https://github.com/paritytech/substrate"
description = "Storage monitor service for substrate"
homepage = "https://substrate.io"
[dependencies]
clap = { version = "4.2.5", features = ["derive", "string"] }
futures = "0.3.21"
log = "0.4.17"
fs4 = "0.6.3"
sc-client-db = { version = "0.10.0-dev", default-features = false, path = "../db" }
sc-utils = { version = "4.0.0-dev", path = "../utils" }
sp-core = { version = "8.0.0", path = "../../primitives/core" }
tokio = "1.22.0"
thiserror = "1.0.30"