diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-09-11 17:06:32 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-09-11 17:06:32 +0200 |
commit | 48a0c0f007bff5df95c69b727e3ee0e6c3b9bfeb (patch) | |
tree | c5f3db4f784b2a7c29b271abe7ab42466551669d /src | |
parent | 530a29fc2768e6f6a574b71c42bf69c20d8a160a (diff) |
doc: Show readme.md in main.rs file
Diffstat (limited to 'src')
-rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index 6988711..33718c1 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,3 +1,4 @@ +#![doc = include_str!("../README.md")] mod config; mod db; mod errors; |