Add some cargo instructions

For example, to derive the documetation from the README.md file.

Signed-off-by: Jacob Kiers <jacob@jacobkiers.net>
This commit is contained in:
Jacob Kiers 2022-11-29 23:09:06 +01:00
parent 49a9670c4a
commit 6d3527d3e4
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
#[warn(missing_docs)]
#[doc = include_str!("../README.md")]
mod cli;
mod feed;
mod message;