add logging

This commit is contained in:
2023-03-04 11:20:12 +01:00
parent 2cc9b12674
commit 23f3c142c1
7 changed files with 112 additions and 2 deletions

View File

@ -6,5 +6,6 @@ mod rest;
#[launch]
async fn rocket() -> _ {
env_logger::init();
rest::start().await
}