Skip to content

Commit ef377e7

Browse files
authored
Add description to forc-node (#7013)
## Description Descriptions are required for crates.io published packages. ## Checklist - [ ] I have linked to any relevant issues. - [ ] I have commented my code, particularly in hard-to-understand areas. - [ ] I have updated the documentation where relevant (API docs, the reference, and the Sway book). - [ ] If my change requires substantial documentation changes, I have [requested support from the DevRel team](https://github.com/FuelLabs/devrel-requests/issues/new/choose) - [ ] I have added tests that prove my fix is effective or that my feature works. - [ ] I have added (or requested a maintainer to add) the necessary `Breaking*` or `New Feature` labels where relevant. - [ ] I have done my best to ensure that my PR adheres to [the Fuel Labs Code Review Standards](https://github.com/FuelLabs/rfcs/blob/master/text/code-standards/external-contributors.md). - [ ] I have requested a review from the relevant team or maintainers.
1 parent 52de221 commit ef377e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

forc-plugins/forc-node/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[package]
22
name = "forc-node"
3+
description = "a wrapper around fuel-core to bootstrap nodes"
34
version.workspace = true
45
edition.workspace = true
56
authors.workspace = true

0 commit comments

Comments
 (0)