From 45a5a18348724ecc41908036260ee0435f04ca3e Mon Sep 17 00:00:00 2001 From: IGI-111 Date: Tue, 11 Mar 2025 20:27:22 +0400 Subject: [PATCH] Add description to forc-node Descriptions are required for crates.io published packages. --- forc-plugins/forc-node/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/forc-plugins/forc-node/Cargo.toml b/forc-plugins/forc-node/Cargo.toml index f271872e75a..4eb598b2b1c 100644 --- a/forc-plugins/forc-node/Cargo.toml +++ b/forc-plugins/forc-node/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "forc-node" +description = "a wrapper around fuel-core to bootstrap nodes" version.workspace = true edition.workspace = true authors.workspace = true