mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-20 02:21:03 +00:00
98a0550ea2
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
21 lines
694 B
TOML
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"
|