From 4d3874a06c3e778ce40f3a513ffaed73a4293095 Mon Sep 17 00:00:00 2001 From: shekohex Date: Fri, 8 Nov 2024 22:59:02 +0200 Subject: [PATCH] chore: set blueprint-manager publishable (#462) --- blueprint-manager/Cargo.toml | 11 +++++++++-- blueprint-test-utils/Cargo.toml | 7 +++++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/blueprint-manager/Cargo.toml b/blueprint-manager/Cargo.toml index 8ec9f5e6..6d06699f 100644 --- a/blueprint-manager/Cargo.toml +++ b/blueprint-manager/Cargo.toml @@ -1,8 +1,12 @@ [package] name = "blueprint-manager" version = "0.1.1" -edition = "2021" -publish = false +description = "Tangle Blueprint manager and Runner" +authors.workspace = true +edition.workspace = true +homepage.workspace = true +repository.workspace = true +license.workspace = true [[bin]] name = "blueprint-manager" @@ -34,3 +38,6 @@ failure = { workspace = true } [features] default = ["std"] std = ["gadget-io/std", "gadget-sdk/std", "tangle-subxt/std"] + +[package.metadata.dist] +dist = false diff --git a/blueprint-test-utils/Cargo.toml b/blueprint-test-utils/Cargo.toml index f514196c..26fbba28 100644 --- a/blueprint-test-utils/Cargo.toml +++ b/blueprint-test-utils/Cargo.toml @@ -1,9 +1,12 @@ [package] name = "blueprint-test-utils" version = "0.1.1" -edition = "2021" description = "Tangle Blueprint test utils" -publish = true +authors.workspace = true +edition.workspace = true +homepage.workspace = true +repository.workspace = true +license.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html