From a7c49f0b13621c70536a3e26bf9527be38a53d68 Mon Sep 17 00:00:00 2001 From: pgherveou Date: Fri, 26 Jul 2024 16:39:59 +0200 Subject: [PATCH] remove minimal/Cargo.toml --- templates/minimal/Cargo.toml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 templates/minimal/Cargo.toml diff --git a/templates/minimal/Cargo.toml b/templates/minimal/Cargo.toml deleted file mode 100644 index ba96e139bcf1..000000000000 --- a/templates/minimal/Cargo.toml +++ /dev/null @@ -1,22 +0,0 @@ -[package] -name = "minimal-template" -description = "A minimal template built with Substrate, part of Polkadot Sdk." -version = "0.0.0" -license = "Unlicense" -authors.workspace = true -homepage.workspace = true -repository.workspace = true -edition.workspace = true -publish = false - -[dependencies] -minimal-template-node = { workspace = true } -minimal-template-runtime = { workspace = true } -pallet-minimal-template = { workspace = true, default-features = true } -polkadot-sdk-docs = { workspace = true } - -frame = { workspace = true, default-features = true } - -# How we build docs in rust-docs -simple-mermaid = "0.1.1" -docify = { workspace = true }