Skip to content

Commit 411a515

Browse files
prestwichclaude
andauthored
chore: add missing crate descriptions for crates.io publishing (#129)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9457d84 commit 411a515

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

crates/blobber/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[package]
22
name = "signet-blobber"
3+
description = "Blob fetching, caching, and block extraction for the Signet node"
34
version.workspace = true
45
edition.workspace = true
56
rust-version.workspace = true

crates/genesis/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[package]
22
name = "signet-genesis"
3+
description = "Genesis configuration and chain specification loading for Signet networks"
34
version.workspace = true
45
edition.workspace = true
56
rust-version.workspace = true

crates/node-config/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[package]
22
name = "signet-node-config"
3+
description = "Environment-driven configuration for the Signet node"
34
version.workspace = true
45
edition.workspace = true
56
rust-version.workspace = true

crates/node-tests/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[package]
22
name = "signet-node-tests"
3+
description = "Integration test scaffolding and tests for the Signet node"
34
version.workspace = true
45
edition.workspace = true
56
rust-version.workspace = true

crates/node/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[package]
22
name = "signet-node"
3+
description = "Core Signet rollup node: block processing, state management, and lifecycle orchestration"
34
version.workspace = true
45
edition.workspace = true
56
rust-version.workspace = true

0 commit comments

Comments
 (0)