From d7fb6a6643ff705dd3bf06d8bd57d8635fc5c4e5 Mon Sep 17 00:00:00 2001 From: seemantaggarwal <32275622+seemantaggarwal@users.noreply.github.com> Date: Sat, 22 Feb 2025 01:54:09 +0530 Subject: [PATCH] Delete cumulus/polkadot-omni-node/Cargo.toml --- cumulus/polkadot-omni-node/Cargo.toml | 31 --------------------------- 1 file changed, 31 deletions(-) delete mode 100644 cumulus/polkadot-omni-node/Cargo.toml diff --git a/cumulus/polkadot-omni-node/Cargo.toml b/cumulus/polkadot-omni-node/Cargo.toml deleted file mode 100644 index 235ed12bc541..000000000000 --- a/cumulus/polkadot-omni-node/Cargo.toml +++ /dev/null @@ -1,31 +0,0 @@ -[package] -name = "polkadot-omni-node" -version = "0.1.0" -authors.workspace = true -edition.workspace = true -build = "build.rs" -description = "Generic binary that can run a parachain node with u32 block number and Aura consensus" -license = "Apache-2.0" -homepage.workspace = true -repository.workspace = true - -[lints] -workspace = true - -[dependencies] -color-eyre = { workspace = true } - -# Local -polkadot-omni-node-lib = { workspace = true } - -[build-dependencies] -substrate-build-script-utils = { workspace = true, default-features = true } - -[features] -default = [] -runtime-benchmarks = [ - "polkadot-omni-node-lib/runtime-benchmarks", -] -try-runtime = [ - "polkadot-omni-node-lib/try-runtime", -]