[package] name = "substrate-frame-cli" version = "37.0.0" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true description = "cli interface for FRAME (polkadot v1.11.0)" documentation = "https://docs.rs/substrate-frame-cli" readme = "README.md" [lints] workspace = true [dependencies] clap = { version = "4.5.3", features = ["derive"] } frame-support = { version = "33.0.0", path = "../../../frame/support" } frame-system = { version = "33.0.0", path = "../../../frame/system" } sc-cli = { version = "0.41.0", path = "../../../client/cli" } sp-core = { version = "32.0.0", path = "../../../primitives/core" } sp-runtime = { version = "36.0.0", path = "../../../primitives/runtime" } [features] default = []