ghost-node/utils/bags-list/Cargo.toml
Uncle Stretch 6d06fcf9a0
rustfmt bags-utils and fix typos
Signed-off-by: Uncle Stretch <uncle.stretch@ghostchain.io>
2025-07-29 14:24:30 +03:00

23 lines
751 B
TOML

[package]
name = "ghost-remote-ext-tests-bags-list"
version = "1.0.1"
description = "Integration test that use state from live chains via remote externalities."
license.workspace = true
authors.workspace = true
edition.workspace = true
repository.workspace = true
homepage.workspace = true
[dependencies]
casper-runtime = { path = "../../runtime/casper" }
casper-runtime-constants = { path = "../../runtime/casper/constants" }
pallet-bags-list-remote-tests = { workspace = true }
sp-tracing = { workspace = true, features = ["std"] }
sp-core = { workspace = true, features = ["std"] }
frame-system = { workspace = true, features = ["std"] }
clap = { workspace = true }
log = { workspace = true }
tokio = { workspace = true, features = ["macros"] }