Skip to content

Commit

Permalink
chore: set blueprint-manager publishable (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
shekohex authored Nov 8, 2024
1 parent 5b72d38 commit 4d3874a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
11 changes: 9 additions & 2 deletions blueprint-manager/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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
7 changes: 5 additions & 2 deletions blueprint-test-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 4d3874a

Please sign in to comment.