Skip to content

Commit

Permalink
docs: show README.md for fuels on crates.io (FuelLabs#1026)
Browse files Browse the repository at this point in the history
Should show the top-level `README.md` for `fuels` (`packages/fuels`) on
[crates.io](https://crates.io/crates/fuels).
Not sure on how to test this besides merging and cutting a release to
check crates.io.

Close FuelLabs#1025.

### Checklist
- [x] I have linked to any relevant issues.
- [x] I have updated the documentation.
- [ ] I have added tests that prove my fix is effective or that my
feature works.
- [x] I have added necessary labels.
- [x] 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).
- [x] I have requested a review from the relevant team or maintainers.
  • Loading branch information
Br1ght0ne authored Jul 4, 2023
1 parent fa3c947 commit cefc561
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 30,7 @@ members = [
authors = ["Fuel Labs <[email protected]>"]
edition = "2021"
homepage = "https://fuel.network/"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/FuelLabs/fuels-rs"
rust-version = "1.68.0"
Expand Down
1 change: 1 addition & 0 deletions packages/fuels/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 4,7 @@ version = { workspace = true }
authors = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
readme = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
rust-version = { workspace = true }
Expand Down

0 comments on commit cefc561

Please sign in to comment.