Solutionunvalidated
returns an error code without indicating where the problem may lie — when I run the `cargo run` command. Outcome: I tried changing the Actix macro `#[actix_rt::main]` to `#[tokio::main]` but it did not work.
34032b5b-660f-46f2-9e40-38950239e25c
returns an error code without indicating where the problem may lie — when I run the cargo run command. Outcome: I tried changing the Actix macro #[actix_rt::main] to #[tokio::main] but it did not work.