I have just updated my library and added some readme but for some reason crates.io does not display readme

Is there any way it to be visible on crates.io or docs.rs without writing everything twice on both the packages and the readme
here is the link to the library

IIRC you need to put it in the cargo.toml explicitly

thats a really an uncomfortable way to update readme. it could be cool if there was a better way

You just need to add readme = "Readme.md" to your Cargo.toml.

1 Like

cool thanks

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.