Skip to content

Commit

Permalink
chore: add description to crates (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
shekohex authored Nov 5, 2024
1 parent c6d9ffe commit 3696be0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions blueprint-build-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
[package]
name = "blueprint-build-utils"
version = "0.1.0"
description = "Tangle Blueprint build utils"
authors.workspace = true
edition.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
publish = false

[dependencies]

Expand Down
3 changes: 2 additions & 1 deletion blueprint-serde/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "gadget-blueprint-serde"
version = "0.1.0"
description = "Tangle Blueprints serde integration"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand All @@ -20,4 +21,4 @@ workspace = true

[features]
default = ["std"]
std = []
std = []
1 change: 1 addition & 0 deletions blueprint-test-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "blueprint-test-utils"
version = "0.1.1"
edition = "2021"
description = "Tangle Blueprint test utils"
publish = false

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 3696be0

Please sign in to comment.