mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 13:27:57 +00:00
19 lines
620 B
TOML
19 lines
620 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"] }
|
|
log = "0.4.17"
|
|
fs4 = "0.6.3"
|
|
sc-client-db = { version = "0.10.0-dev", default-features = false, path = "../db" }
|
|
sp-core = { version = "21.0.0", path = "../../primitives/core" }
|
|
tokio = "1.22.0"
|
|
thiserror = "1.0.30"
|